https://github.com/lightsofapollo/streams
Imagining of Readable/Writable Streams for the web
https://github.com/lightsofapollo/streams
Last synced: 8 months ago
JSON representation
Imagining of Readable/Writable Streams for the web
- Host: GitHub
- URL: https://github.com/lightsofapollo/streams
- Owner: lightsofapollo
- License: mit
- Created: 2013-10-26T06:49:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-28T06:00:56.000Z (over 12 years ago)
- Last Synced: 2024-12-27T15:12:42.664Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 324 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
streams
=======
The intent is to figure out the general areas in FXOS where we would benefit form streams and attempt to design something
that solves those needs. From this a formalized (webidl) can be created.
Existing APIs which need streams [based on my knowledge and use cases].
- [XMLHttpRequest with our responseType = 'moz-chunked-*'](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#responseType)
- [TCPSocket](http://www.w3.org/TR/raw-sockets/
Existing use cases bult in content (not the platform):
- Streaming XML
- Streaming ICAL?
- IMAP
- ActiveSync WBXML
Potential new use cases
- Passing a "Stream" with the structred clone algorithm
- Object Streams