wzx ddc6d98778 v1.0.0 před 2 roky
..
tests ddc6d98778 v1.0.0 před 2 roky
LICENSE ddc6d98778 v1.0.0 před 2 roky
README.md ddc6d98778 v1.0.0 před 2 roky
index.d.ts ddc6d98778 v1.0.0 před 2 roky
index.js ddc6d98778 v1.0.0 před 2 roky
package.json ddc6d98778 v1.0.0 před 2 roky

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