-
Notifications
You must be signed in to change notification settings - Fork 15
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
Service worker support #76
Comments
It's not currently supported. There's no workaround. This API is currently only supported in Documents and Workers. It shouldn't be too hard to implement though. |
got it. thank you @reillyeon |
Re-opening this issue as a tracking bug because this is something we should support eventually. A challenge I just remembered however is that we don't support Permissions Policy in Service Workers. IWAs require developers to declare permissions they are going to use (including the |
TCPSocket
is not available in the service worker environment. is there any method to use Direct Socket in service worker environment.The text was updated successfully, but these errors were encountered: