c90f503821
- Add new binary files for nodemon, onnxruntime-web, and xenova/transformers - Update various JavaScript and TypeScript files in node_modules - Remove unused files and dependencies - Add new test fixtures and documentation files
505 B
505 B
@protobufjs/fetch
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>|undefinedFetches the contents of a file.
License: BSD 3-Clause License