Open mglaman opened 3 months ago
Guzzle does not work. This prevents using an interactive installer with Starshot since it fails to download oEmbed data
related reading
Emscripten supports websockets https://emscripten.org/docs/porting/networking.html
We can provide a websocket configuration. This should support PHP's streams and Guzzle's \GuzzleHttp\Handler\StreamHandler
websocket
\GuzzleHttp\Handler\StreamHandler
Guzzle does not work. This prevents using an interactive installer with Starshot since it fails to download oEmbed data
related reading