[webkit-dev] FYI: Chrome will block ports 989 and 990

2021-06-18 Thread Adam Rice via webkit-dev
Just letting you know that Chrome is going to block ports 989 (ftps-data) and port 990 (ftps) in version 93. This is to prevent cross-protocol attacks. See https://github.com/whatwg/fetch/pull/1250 for background. I think it would be good for users if WebKit also blocked these ports. There is an is

Re: [webkit-dev] Request for feedback on CompressionStream and DecompressionStream

2022-05-02 Thread Adam Rice via webkit-dev
We are implementing the "deflate-raw" compression codec for compression streams. This is similar to "deflate" but lacks a header and footer. In other words, it is pure RFC1951, unlike "deflate" which is actually RFC1950, "ZLIB Compressed Data Format". The awkward naming is for compatibility with HT

[webkit-dev] Request for position: Response.json() static method

2022-05-25 Thread Adam Rice via webkit-dev
The Response.json() static method permits constructing a Response object with the body populated with a JavaScript object serialized as JSON. Links: - Explainer: https://docs.google.com/document/d/1dTycWmyxLZNGTBW93fvtf1IQahx-vNwgu94yT1x9K50/edit - Spec: https://fetch.spec.whatwg.org/#r