Adam Rice
Adam Rice
My intuition is that if you want to implement a transactional database on top of these primitives, then the mandatory locking is just going to get in the way. You...
Feedback from the Web Performance group at TPAC 2019 indicated that browsers will typically accept gzip input with incorrect checksums. We need to decide what the behaviour will be for...
It's ambiguous whether the "deflate" format is raw or includes the zlib header and footer. It might be good to rename it--maybe "deflate-raw".
Assuming #12 is resolved in favour of keeping `close()`, it would be good if it returned a promise.
`close()` serves four purposes: 1. Abort the handshake. However, the `signal` passed in the constructor options can also do this. 2. Pass `code` and `reason` to a Close frame after...
This would permit users some control over the trade-off between throughput and rapid backpressure detection.
Basic auth, cookies and client certificates cause a lot of problems for WebSockets. It would be nice to have an option to turn them off. Unfortunately, I don't think we...
Early hints are a mechanism permitting servers to indicate resources that might need to be preloaded before the final status and response headers are ready. This is implemented using the...
This is supposed to help implementors and others understand the design principles. Markup isn't done properly yet, so please evaluate the text only. *** Preview | Diff