Skip to content

Commit 93d4530

Browse files
committed
update READEME.md
1 parent 5c602d4 commit 93d4530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ class YourCompWithWebWorker extends LightningElement {
103103
As it uses `lightning-container` for message communication between workers, the message objects are serialized in JSON.
104104
So only the transferable objects that can be serialized to JSON is supported as messages.
105105

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

Comments
 (0)