15270821319 4e5c5d37f9 初步设计数据库,注册登录 6 months ago
..
tests 4e5c5d37f9 初步设计数据库,注册登录 6 months ago
LICENSE 4e5c5d37f9 初步设计数据库,注册登录 6 months ago
README.md 4e5c5d37f9 初步设计数据库,注册登录 6 months ago
index.d.ts 4e5c5d37f9 初步设计数据库,注册登录 6 months ago
index.js 4e5c5d37f9 初步设计数据库,注册登录 6 months ago
package.json 4e5c5d37f9 初步设计数据库,注册登录 6 months ago

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