Marketing_Digital/Template-01/node_modules/@protobufjs/fetch
2026-05-13 21:21:04 -03:00
..
tests fix: add react-is 2026-05-13 21:21:04 -03:00
index.d.ts fix: add react-is 2026-05-13 21:21:04 -03:00
index.js fix: add react-is 2026-05-13 21:21:04 -03:00
LICENSE fix: add react-is 2026-05-13 21:21:04 -03:00
package.json fix: add react-is 2026-05-13 21:21:04 -03:00
README.md fix: add react-is 2026-05-13 21:21:04 -03: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