-
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…
-
[There is a current discussion in WHATWG about clarifying what makes Stage 3](https://github.com/whatwg/meta/issues/336), and it seems it aligns with TC39. This arose because there was some ambiguity …
-
BPO | [43883](https://bugs.python.org/issue43883)
--- | :---
Nosy | @gpshead, @orsenthil, @vstinner, @serhiy-storchaka, @mlissner, @tirkarthi
*Note: these values reflect the state of the issue at the…
-
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…
-
### What is the issue with the HTML Standard?
https://html.spec.whatwg.org/#set-the-ongoing-navigation should "inform the navigation API about aborting navigation" only if "navigable's ongoing navi…
-
### Astro Info
```block
Astro v4.16.12
Node v20.11.0
System macOS (arm64)
Package Manager yarn
Output static
A…
-
### Test
test-whatwg-webstreams-transfer
### Platform
Linux x64
### Console output
```console
Error Message
fail (1)
Stacktrace
---
duration_ms: 587.529
exitcode: 1
severity: fail
...
```
…
-
Node's legacy `url` module is deprecated. It's WHATWG API mirrors what's available natively in web environments.
To reduce dependencies and bundling complexity, we should use the WHATWG API. Since No…
-
Isomorphic-fetch is no longer being maintained and is causing a deprecation warning on node v22.11.0 by pulling in punycode.
From the zkapp-cli:
```
> node --trace-deprecation src/bin/index.js pr…
-
Hello Scott,
Just going through the replay of your workshop and cloned the repo, managed to get things running.
With Node.js v22.7.0, I got a warning in the console, which makes the output less …