Adam Rice

Results 52 issues of Adam Rice

**Is your feature request related to a problem? Please describe.** When given an invalid regular expression, Chromium perftests using this library crash. This is because Chromium compiles google_benchmark with `std::regex`...

Consider the following code: ```js let synchronous; new ReadableStream({ pull(controller) { synchronous = true; controller.enqueue(); synchronous = false; } }).pipeTo(new WritableStream({ write() { console.log(synchronous); } }); ``` 1. Is this...

https://streams.spec.whatwg.org/commit-snapshots/b45c0c5a6c66c73c1e17254976e8a271aecc5592/#transform-stream-default-sink-close-algorithm > If flushPromise was rejected with reason r, then:​ > > Perform \! TransformStreamError\(stream, r\)\. > > Throw readable\.\[\[storedError\]\]\. This may throw an undefined value if _readable_ is closed...

Resizable array buffers are described here: https://github.com/tc39/proposal-resizablearraybuffer/blob/master/README.md This issue is to track compatibility issues between resizable array buffers and streams.

### WebKittens @annevk ### Title of the spec WebSocketStream ### URL to the spec https://whatpr.org/websockets/48.html#the-websocketstream-interface ### URL to the spec's repository https://github.com/whatwg/websockets ### Issue Tracker URL _No response_ ### Explainer...

topic: networking
topic: web apis
venue: WHATWG HTML Workstream

Issue for discussion of adding support for the [zstd](https://github.com/facebook/zstd) format to the API.

Specify the WebSocketStream API. This exposes backpressure to JavaScript, avoiding pathological behavior when one side of the connection is not keeping up. It also provides a modern API using Streams...

needs implementer interest
topic: websockets

The test [Create-protocols-repeated-case-insensitive.any.js](https://wpt.fyi/results/websockets/Create-protocols-repeated-case-insensitive.any.html?label=experimental&label=master&aligned) implies that subprotocols are to be compared case-insensitively, however none of the browsers tested by that site pass the test. I have pored through this standard and...

### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? The "Browser...

data:http :mountain_cableway: