Skip to content

Commit 75c4395

Browse files
committed
add README
1 parent 7d604e1 commit 75c4395

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
# fastblob-fetch
2-
JavaScript fetch for fastblob.com
2+
Fetch Blob using [fastblob.com](https://fastblob.com)
3+
4+
## Quickstart
5+
6+
``` js
7+
import fetch from "@fastblob/fastblob-fetch";
8+
9+
const response = await fetch("https://example.website.fastblob.com/big-buck-bunny/Big%20Buck%20Bunny_1080p_30fps.mp4")
10+
```
11+
12+
## More Info
13+
14+
See [`@fastblob/fast-fetch`](https://github.com/fastblob/fast-fetch)
15+
16+
## Polyfills?
17+
| caniuse | polyfill |
18+
|---|---|
19+
| [AbortController](https://caniuse.com/abortcontroller) | [mo/abortcontroller-polyfill](https://github.com/mo/abortcontroller-polyfill) |
20+
| [Blob API: `stream`](https://caniuse.com/mdn-api_blob_stream) | [eligrey/Blob.js](https://github.com/eligrey/Blob.js) |
21+
| [Promise.any](https://caniuse.com/mdn-javascript_builtins_promise_any) | [zloirock/corejs](https://github.com/zloirock/core-js#promiseany) |
22+
| [TransformStream](https://caniuse.com/mdn-api_transformstream) | [MattiasBuelens/web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) |
23+
24+
## License
25+
26+
MIT

0 commit comments

Comments
 (0)