Adam Rice

Results 271 comments of Adam Rice
trafficstars

@sleevi The part I'm interesting in exercising is handling more than one 401 response in the process of establishing a single WebSocket connection. I should have just said that explicitly,...

Yes, you can consider Blink interested.

This is not currently possible. I hope it will not be necessary, as the effect would be surprising. For example, we'd have to stop firing the `message` event on the...

I think the key point is this step: ``` 4. Set internalResponse’s body’s stream to the result of internalResponse’s body’s stream piped through transformStream. ``` This replaces `internalResponse’s body’s stream`...

No-one cared enough about the removal of windows-936-2000 from Chrome to figure out how to file a bug, and I can't find any complaints about it on the web either....

Thanks! I will update it.

Are you speaking from the point of view of using the algorithm, or implementing the algorithm?

I was going to point to https://fetch.spec.whatwg.org/#body-fully-read as an example, but it's quite hard to understand itself. Probably we can come up with a simpler example.

> it's not clear how developers sure that a SAB cannot have concurrent access and is safe to use, can use these APIs If we could trust the developer it...