-
Notifications
You must be signed in to change notification settings - Fork 312
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
ServiceWorker.postMessage() references the not-yet-created worker global #1126
Comments
I think we need the global object to get the target realm to invoke |
I think the idea is that you stop using StructuredCloneWithTransfer() entirely, and instead use separate StructuredSerializeWithTransfer/StructuredDeserializeWithTransfer steps. Maybe I can work that out in a new PR. |
I see. That makes sense.
I'd appreciate it. |
Raised by #1102 (comment).
The text was updated successfully, but these errors were encountered: