-
I'm fairly interested in contributing an implementation of the web stream API. As I see it there are two options:
1. Use an all JS implementation, taking inspiration from the reference implementation…
-
Currently, this library supports the legacy NodeJS streams API (see https://github.com/kriszyp/cbor-x?tab=readme-ov-file#streams), but not the newer Web/WhatWG streams API (see https://developer.mozil…
-
The Explainer examples assume an RtpTransport that includes a writable for sending, but receiving is handled via an `onrtppacket` EventHandler.
This raises some questions:
* How is crypto handl…
aboba updated
11 months ago
-
Hey folks,
WHATWG seems to have finished a the browser streams spec along with a [working implementation](https://github.com/whatwg/streams). There are some minor differences between `node Stream`s a…
-
Is there any particular reason the current streams API is based on the event-based nodejs model, rather than the promise-based [whatwg spec](https://streams.spec.whatwg.org/)?
The latter has alread…
-
It seems to me that having a streams interface in jstime would be nice.
/cc @mcollina @domenic
-
start using whatwg streams.
NodeJS decided to implement it so we are going to see more use for it. Guess there was a too high demand for seeing fetch being implemented into core
-
Now when we have nice standardized streams it would be nice if this library was usable with them.
API wise node-csv should probably provide a transform stream which the readable stream from a `fetch`…
Pajn updated
10 months ago
-
Discussion at https://github.com/whatwg/streams/issues/617#issuecomment-262220474 https://github.com/whatwg/streams/issues/617#issuecomment-262729169 https://github.com/whatwg/streams/issues/620#issue…
-
Copied from: https://github.com/w3c/webrtc-pc/issues/1732
Posted by Lennart Grahl (lgrahl) on January 11, 2018:
There is a long standing issue with large data channel messages in the existing AP…
aboba updated
4 years ago