Adam Rice

Results 271 comments of Adam Rice
trafficstars

This a difficult problem. In the special case of the packfile format, we could solve it with a mode which continues decompressing after it reaches the end. In the general...

@prajaybasu As far as I know, browsers are only shipping the decompression dictionary. Brotli has a separate dictionary needed for compression, which would significantly increase the size of the browser....

I've been matching the `content-encoding` header as a rule, so I'm inclined to choose `br`. Maybe we could have `brotli` as an alias? I'm not sure how I feel about...

Interesting! I didn't know there was demand for this. I can't commit to implementing it, but I would like to see your proposed spec.

@mormahr How do you feel about `{ dictionary: aBufferSourceObject }` vs. `{ dictionaries: { 0x12345678: aBufferSourceObject } }` We could of course support both, but that would be ugly.

I have a mild preference for keeping it standalone, since in my mind it is a separate entity. However, adding it into Streams would certainly be the shortest route to...

Thank you for the information about use cases! This is very helpful! > * access to gzip, deflate and brotli gzip and deflate are shipping in Chromium. brotli is problematic...

I think linkifying TypeError is good. Linkifying references to internal slots seems difficult, and I'm not sure it's worth it. I'm used to the style of not having a space...

I really have no artistic ability. Can anyone create a logo? I'm thinking that an ethernet port might be good, but other ideas are welcome.

> Oh, it looks like it probably originated from https://www.w3.org/html/logo/ . CC-BY-3.0! OK cool, let me try to whip something up... we'll want to include attribution in the acks section...