federation/gateway/node_modules/@protobufjs/fetch
2020-11-14 16:43:58 +01:00
..
tests demo project 2020-11-14 16:43:58 +01:00
index.d.ts demo project 2020-11-14 16:43:58 +01:00
index.js demo project 2020-11-14 16:43:58 +01:00
LICENSE demo project 2020-11-14 16:43:58 +01:00
package.json demo project 2020-11-14 16:43:58 +01:00
README.md demo project 2020-11-14 16:43:58 +01:00

@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