added some links for streaming
This commit is contained in:
parent
8242e2088d
commit
d50a3d4a1f
34
docs/notes/streams.md
Normal file
34
docs/notes/streams.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# Web Streams
|
||||||
|
|
||||||
|
- API
|
||||||
|
- https://developer.mozilla.org/en-US/docs/Web/API/Streams_API
|
||||||
|
- Reference Implementation
|
||||||
|
- https://github.com/whatwg/streams/tree/master/reference-implementation
|
||||||
|
- Examples
|
||||||
|
- https://github.com/mdn/dom-examples/tree/master/streams
|
||||||
|
- Polyfill
|
||||||
|
- https://github.com/MattiasBuelens/web-streams-polyfill
|
||||||
|
|
||||||
|
# Encrypted Content Encoding
|
||||||
|
|
||||||
|
- Spec
|
||||||
|
- https://trac.tools.ietf.org/html/rfc8188
|
||||||
|
- node.js implementation
|
||||||
|
- https://github.com/web-push-libs/encrypted-content-encoding/tree/master/nodejs
|
||||||
|
|
||||||
|
# Other APIs
|
||||||
|
|
||||||
|
- Blobs
|
||||||
|
- https://developer.mozilla.org/en-US/docs/Web/API/Blob
|
||||||
|
- ArrayBuffers, etc
|
||||||
|
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
|
||||||
|
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
|
||||||
|
- FileReader
|
||||||
|
- https://developer.mozilla.org/en-US/docs/Web/API/FileReader
|
||||||
|
|
||||||
|
# Other
|
||||||
|
|
||||||
|
- node.js Buffer browser library
|
||||||
|
- https://github.com/feross/buffer
|
||||||
|
- StreamSaver
|
||||||
|
- https://github.com/jimmywarting/StreamSaver.js
|
Loading…
Reference in New Issue
Block a user