Skip to content

Commit

Permalink
added some links for streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed May 23, 2018
1 parent 8242e20 commit d50a3d4
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/notes/streams.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d50a3d4

Please sign in to comment.