John-David Dalton

Results 394 comments of John-David Dalton

Updating tags and issue description as this is more than just Windows. It's just a feature gap.

Related: https://github.com/oven-sh/bun/issues/5980 https://github.com/oven-sh/bun/issues/6252 https://github.com/oven-sh/bun/pull/5186 @tryggvil do you know which version of Bun it worked in? Of interest https://github.com/oven-sh/bun/pull/6259

Let's see how it goes. I'm on OSX so let's see :)

Node code: https://github.com/nodejs/node/blob/f820efe0851dd3c64d673156b037ce7e8648fd81/lib/_http_outgoing.js#L586

PR open at https://github.com/oven-sh/bun/pull/8373. Tweaks/feedback welcomed.

Is this still an issue on latest Bun? I'm unable to reproduce.

I'm making the error message for `process.binding(...)` a bit more descriptive (https://github.com/oven-sh/bun/pull/8286). The hope is that along with letting us know "it's not working" that there is also the name...

@paperdave > it is very close but there are some https / compression issues with got after the pr. i've been prioritizing windows mostly and havent had time to finish...

@AlejandroFernandesAntunes Ah, UA sniffs. You should update [the MDN wiki](https://developer.mozilla.org/en-US/docs/Web/HTTP/Gecko_user_agent_string_reference#Firefox_for_iOS). There is a note in the existing code: > // Check webview and native smart banner support (iOS 6+). I...