Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
dienianindya 2ce56fd9e5 Update 31/01 1 год назад
..
tests Update 31/01 1 год назад
LICENSE Update 31/01 1 год назад
README.md Update 31/01 1 год назад
index.d.ts Update 31/01 1 год назад
index.js Update 31/01 1 год назад
package.json Update 31/01 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