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
#239 introduces some changes to service worker testability. As part of that change, a UA sniff for Microsoft Edge is introduced due to the browser currently not supporting MessagePort in a ServiceWorker context - this is difficult to feature detect properly since the feature check needs to run in the worker context, not the client page's context.
This issue tracks removing the UA check either completely (once it is no longer needed) or with some sort of channel between the worker and the client page to communicate feature status.
The relevant code is at the top of the create_remote_worker function introduced in the referenced PR.
The text was updated successfully, but these errors were encountered:
Originally posted as w3c/testharness.js#247 by @sfuqua on 10 Mar 2017, 21:16 UTC:
The text was updated successfully, but these errors were encountered: