Results 199 comments of Khafra

Using ws: - uses http(s) under the hood - no undici Dispatcher - less security risk Creating our own: - faster websockets (probably) - can use undici dispatchers (do websockets...

I took a shot at it and got close (I think) to a working initial handshake. If anyone wants a place to start, it might be worth checking my branch...

I took another stab at the initial handshake and got it working! The mistake was really dumb on my part (`sha1` is a supported hash, not `SHA-1` and some error...

> An abort signal is created weather you want it or not, simple web test new Request('/').signal It's possible to only create a signal when accessed, since signal is a...

I couldn't get any tools to work with it, but it's likely pretty high with the current test coverage. edit: I actually got c8 to work, but I'm unsure if...

``` [fetch]: Completed: 1307, failed: 137, success: 1170, expected failures: 137, unexpected failures: 0 [FileAPI]: Completed: 234, failed: 19, success: 215, expected failures: 19, unexpected failures: 0 [mimesniff]: Completed: 1898,...

No, everything is done.

Should we enable it by default? Agents should be able to set this option already, under `connect` in options.

Just had this issue and found a workaround. When supplying your own valid config, it seems to override the default values, meaning that all rules get disabled. To fix this,...

If we remove those comments it'll make debugging fetch 10x harder. Seems like a bug where esbuild isn't dropping those comments, where it does drop others.