GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
492 B

2 months ago
  1. @protobufjs/fetch
  2. =================
  3. [![npm](https://img.shields.io/npm/v/@protobufjs/fetch.svg)](https://www.npmjs.com/package/@protobufjs/fetch)
  4. Fetches the contents of a file accross node and browsers.
  5. API
  6. ---
  7. * **fetch(path: `string`, [options: { binary: boolean } ], [callback: `function(error: ?Error, [contents: string])`]): `Promise<string|Uint8Array>|undefined`**
  8. Fetches the contents of a file.
  9. **License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)