Ingen beskrivning
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
dienianindya 2ce56fd9e5 Update 31/01 1 år sedan
..
tests Update 31/01 1 år sedan
LICENSE Update 31/01 1 år sedan
README.md Update 31/01 1 år sedan
index.d.ts Update 31/01 1 år sedan
index.js Update 31/01 1 år sedan
package.json Update 31/01 1 år sedan

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