We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5721e2 commit 4ce9a43Copy full SHA for 4ce9a43
README.md
@@ -11602,7 +11602,13 @@ is switched of furthermore there is **no gray background** displayed.
11602
{{5}}
11603
This is a script: <script modify="false">12</script>
11604
11605
+ {{6}}
11606
+__`worker`__
11607
11608
+ --{{6}}--
11609
+If your script involves heavy computation that might impact the overall performance of the course, set this attribute to true.
11610
+This will ensure the script is executed in a worker thread.
11611
+__Note that when using a worker thread, modifying the DOM is not possible.__
11612
11613
### Internationalization API
11614
0 commit comments