Adam Rice
Adam Rice
I'm opposed to supporting more legacy encodings. It undermines our push to get everyone on UTF-8. In this case, the encodings have been obsolete for 20 years, and I can't...
> @ricea, what was the erratum that you wished to make? [↩](https://github.com/whatwg/websockets/issues/61#user-content-fnref-1-11a8fa14c2ad26bdb886f3176b71ab22) Section 7.1.2 says ``` To _Start the WebSocket Closing Handshake_ with a status code ([Section 7.4](https://datatracker.ietf.org/doc/html/rfc6455#section-7.4)) /code/ and...
Interesting. From your analysis, it looks like there was a difference of opinion between the people who designed the protocol and the people who designed the API. I don't have...
So, from Chrome's perspective, a KeepAliveContext would replace the per-renderer restrictions? Does this mean doing away with the 30 second timeout in Chrome? Could we at least apply an equivalent...
> > I also like the "keepalive does nothing in ServiceWorkers" approach, although it might confuse developers. > > Could you tell me why it's confusing? I'm concerned that if...
Neither @yutakahirano nor @mfalken work on Chrome any more. Pinging @mingyc who has been touching keepalive as part of them deferred fetch work.
Oops, looks like this is completely untested by wpt. We have some layout tests for Blink, but they use the obsolete test framework meaning porting involves more work than just...
In practice browsers have already abandoned consistent behaviour here, as some OOM failures cause more pain for users than others. XHR is particularly terrible in Blink, as it just silently...
I weakly support. We have no resources to commit to this.
I'm seeing `StreamIDTooLowError` exceptions while sending the header in the latest version. Looks like the h2 send header code sees the stream is gone and tries to create a new...