Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
dienianindya 65435fcb07 update sore 1 рік тому
..
tests update sore 1 рік тому
LICENSE update sore 1 рік тому
README.md update sore 1 рік тому
index.d.ts update sore 1 рік тому
index.js update sore 1 рік тому
package.json update sore 1 рік тому

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