mobileapplicationPassvault/node_modules/@protobufjs/fetch
poojakhatawate 68d7cc37d2 first commit 2024-04-12 10:53:32 +05:30
..
tests first commit 2024-04-12 10:53:32 +05:30
LICENSE first commit 2024-04-12 10:53:32 +05:30
README.md first commit 2024-04-12 10:53:32 +05:30
index.d.ts first commit 2024-04-12 10:53:32 +05:30
index.js first commit 2024-04-12 10:53:32 +05:30
package.json first commit 2024-04-12 10:53:32 +05:30

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