Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
dienianindya 65435fcb07 update sore vor 1 Jahr
..
tests update sore vor 1 Jahr
LICENSE update sore vor 1 Jahr
README.md update sore vor 1 Jahr
index.d.ts update sore vor 1 Jahr
index.js update sore vor 1 Jahr
package.json update sore vor 1 Jahr

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