wzx 8c58e778ad v1.0.0 2 yıl önce
..
tests 8c58e778ad v1.0.0 2 yıl önce
LICENSE 8c58e778ad v1.0.0 2 yıl önce
README.md 8c58e778ad v1.0.0 2 yıl önce
index.d.ts 8c58e778ad v1.0.0 2 yıl önce
index.js 8c58e778ad v1.0.0 2 yıl önce
package.json 8c58e778ad v1.0.0 2 yıl önce

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