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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,4 +103,4 @@ class YourCompWithWebWorker extends LightningElement {
103
103
As it uses `lightning-container` for message communication between workers, the message objects are serialized in JSON.
104
104
So only the transferable objects that can be serialized to JSON is supported as messages.
105
105
106
-
106
+
[Inline worker](https://www.html5rocks.com/en/tutorials/workers/basics/#toc-inlineworkers) is not supported due to the CSP restriction in lightning:container.
0 commit comments