zsydgithub 2f2f0c8be0 new 1 年之前
..
tests 2f2f0c8be0 new 1 年之前
LICENSE 2f2f0c8be0 new 1 年之前
README.md 2f2f0c8be0 new 1 年之前
index.d.ts 2f2f0c8be0 new 1 年之前
index.js 2f2f0c8be0 new 1 年之前
package.json 2f2f0c8be0 new 1 年之前

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