File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
You can’t perform that action at this time.
0 commit comments