Skip to content

Commit 740344e

Browse files
committed
newsletter: Add a note about transferable streams
1 parent 19a369c commit 740344e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/newsletters/2025-05-31.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ button to copy the code to the clipboard. We had previously implemented just one
3737
implemented the rest! These are `clipboard.read`, `clipboard.readText`, `clipboard.write`, and `clipboard.writeText`.
3838
And not to worry! These APIs have security built into them to protect users from malicious actors.
3939

40+
### Transferable Streams
41+
42+
Last month, we refined our [streams](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) implementation to be
43+
much better aligned with the spec. The last remaining feature that we hadn't implemented was
44+
[stream transfer](https://github.com/whatwg/streams/blob/main/transferable-streams-explainer.md). This allows web
45+
developers to transfer streams via `postMessage()` to, for example, a web worker. We've now implemented this feature,
46+
and as a result, we now have a complete streams implementation!
47+
4048
### Credits
4149

4250
We'd like to thank everyone who contributed code this month:

0 commit comments

Comments
 (0)