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