Results 261 comments of Khafra
trafficstars

But we aren't missing any apis, we implement fetching file urls exactly as the spec tells us to (throw an error). I would claim that Deno and Bun, by implementing...

Thanks for the use case, makes sense now! Interop with other server environments is precisely the point of WinterCG. In the past we've followed Deno, which has only ever caused...

I'd prefer if there was a benchmark to measure the change.

Benchmarking websockets is hard and there is no benchmark to verify.

I'd prefer a benchmark that uses WebSocket, not websocket internals. If #3203 could be completed, and then this PR benchmarked against that, I wouldn't have any complaints.

I was thinking of adding adapters similar to the dispatcher api that would let people add their own storage mechanisms. I think a built-in sqlite one would be a good...

I find the comments harder to read considering it merges two different spec functions (I understand they're out of date). I don't see any value in documenting why we don't...

Maybe, I think there's definitely room for improvement in parsing control frames (frames that can't be fragmented). I'll look into it but no promises.

There are no viable WPTs for server implementations