You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
WebTransport seems to be supported by Cronet as the WebTransport APIs are available in Chromium/Chrome since version 97. I was wondering if you have considered adding WebTransport to this library?
It'd be huge to add WebTransport support to help RN devs develop real-time apps and games! WebTransport is now supported by 76%+ of global devices and WebKit proclaimed their support of WebTransport so we might get Safari support this summer, which would make it supported across all major browsers. WebTransport is about to take off, and it'd be awesome to have support for it in RN!
The text was updated successfully, but these errors were encountered:
Cronet/and native networking stack already provides the raw tcp/udp channels required to build WT. Theoretically someone can make a WT shim for RN, but that won't have much to do with cronet. Also when
It is of interest to browsers because they do not expose that to websites.
Hi, thank you for this library!
WebTransport seems to be supported by Cronet as the WebTransport APIs are available in Chromium/Chrome since version 97. I was wondering if you have considered adding WebTransport to this library?
It'd be huge to add WebTransport support to help RN devs develop real-time apps and games! WebTransport is now supported by 76%+ of global devices and WebKit proclaimed their support of WebTransport so we might get Safari support this summer, which would make it supported across all major browsers. WebTransport is about to take off, and it'd be awesome to have support for it in RN!
The text was updated successfully, but these errors were encountered: