-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation commitments for transferable data channels #214
Comments
Chromium has landed code to support transferable data channels behind a runtime flag and will be working on launching the feature to stable. |
Note that Chromium only supports transfers to DedicatedWorkers, whereas Safari also supports transfers to ServiceWorkers. This is projected to be turned on by default starting in M130. Should we consider moving the extension text back into the main spec? [Edit:] I opened an issue to track this discussion. |
preparing for w3c/webrtc-extensions#214 ServiceWorker tests remain in webrtc-extensions for now
Moved from https://w3c.github.io/webrtc-extensions/#rtcdatachannel-extensions based on discussion in w3c/webrtc-extensions#214 related WPT migration web-platform-tests/wpt#47707
Leave an extension to expose it on any type of Worker part of #214 complements w3c/webrtc-pc#2988
Moved from https://w3c.github.io/webrtc-extensions/#rtcdatachannel-extensions based on discussion in w3c/webrtc-extensions#214 related WPT migration web-platform-tests/wpt#47707
Moved from https://w3c.github.io/webrtc-extensions/#rtcdatachannel-extensions based on discussion in w3c/webrtc-extensions#214 related WPT migration web-platform-tests/wpt#47707
Moved from https://w3c.github.io/webrtc-extensions/#rtcdatachannel-extensions based on discussion in w3c/webrtc-extensions#214 related WPT migration web-platform-tests/wpt#47707
#47707) preparing for w3c/webrtc-extensions#214 ServiceWorker tests remain in webrtc-extensions for now
…channel to main spec directory, a=testonly Automatic update from web-platform-tests Move tests for transferable WebRTC data channel to main spec directory (#47707) preparing for w3c/webrtc-extensions#214 ServiceWorker tests remain in webrtc-extensions for now -- wpt-commits: 6753496815fdbd39ab9bb1394671d6e9cd797346 wpt-pr: 47707
…channel to main spec directory, a=testonly Automatic update from web-platform-tests Move tests for transferable WebRTC data channel to main spec directory (#47707) preparing for w3c/webrtc-extensions#214 ServiceWorker tests remain in webrtc-extensions for now -- wpt-commits: 6753496815fdbd39ab9bb1394671d6e9cd797346 wpt-pr: 47707 UltraBlame original commit: 138d3f74b184cd405ff264e49dd3e48c7ef37390
…channel to main spec directory, a=testonly Automatic update from web-platform-tests Move tests for transferable WebRTC data channel to main spec directory (#47707) preparing for w3c/webrtc-extensions#214 ServiceWorker tests remain in webrtc-extensions for now -- wpt-commits: 6753496815fdbd39ab9bb1394671d6e9cd797346 wpt-pr: 47707 UltraBlame original commit: 138d3f74b184cd405ff264e49dd3e48c7ef37390
…channel to main spec directory, a=testonly Automatic update from web-platform-tests Move tests for transferable WebRTC data channel to main spec directory (#47707) preparing for w3c/webrtc-extensions#214 ServiceWorker tests remain in webrtc-extensions for now -- wpt-commits: 6753496815fdbd39ab9bb1394671d6e9cd797346 wpt-pr: 47707 UltraBlame original commit: 138d3f74b184cd405ff264e49dd3e48c7ef37390
…channel to main spec directory, a=testonly Automatic update from web-platform-tests Move tests for transferable WebRTC data channel to main spec directory (#47707) preparing for w3c/webrtc-extensions#214 ServiceWorker tests remain in webrtc-extensions for now -- wpt-commits: 6753496815fdbd39ab9bb1394671d6e9cd797346 wpt-pr: 47707
…channel to main spec directory, a=testonly Automatic update from web-platform-tests Move tests for transferable WebRTC data channel to main spec directory (#47707) preparing for w3c/webrtc-extensions#214 ServiceWorker tests remain in webrtc-extensions for now -- wpt-commits: 6753496815fdbd39ab9bb1394671d6e9cd797346 wpt-pr: 47707
Leave an extension to expose it on any type of Worker part of #214 complements w3c/webrtc-pc#2988
Transferable data channels seems to have reasonable test coverage and one passing implementation.
Relevant Chromium bug report, Firefox bug report ; @alvestrand @jan-ivar can you comment whether these indicate something akin to an implementation commitment? (in which case that feature could migrate to the main spec)
The text was updated successfully, but these errors were encountered: