Bakhtina Sofya b84cb877be 1st comm 3 周之前
..
tests b84cb877be 1st comm 3 周之前
LICENSE b84cb877be 1st comm 3 周之前
README.md b84cb877be 1st comm 3 周之前
index.d.ts b84cb877be 1st comm 3 周之前
index.js b84cb877be 1st comm 3 周之前
package.json b84cb877be 1st comm 3 周之前

README.md

@protobufjs/fetch

npm

Fetches the contents of a file accross node and browsers.

API

  • fetch(path: string, [options: { binary: boolean } ], [callback: function(error: ?Error, [contents: string])]): Promise<string|Uint8Array>|undefined Fetches the contents of a file.

License: BSD 3-Clause License