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 a67b3d6 commit 7852782Copy full SHA for 7852782
README.md
@@ -1,7 +1,7 @@
1
# JSON/CSS Module notes
2
Intro
3
4
-## Demo 1: Fetching of JSON and CSS modules won't be blocked by long-running scripts elsewhere in the module graph
+## Demo 1: Fetching of JSON and CSS modules starts before script execution
5
Text
6
7
## Demo 2: Constructable stylesheets and/or CSS modules vs <link> elements in shadow roots
demo1/index.html
@@ -1 +1,5 @@
-<h2>demo1</h2>
+<h2>Demo 1: Fetching of JSON and CSS modules starts before script execution</h2>
+<br>
+<a href="./noModule.html">With manual fetch()</a>
+<a href="./module.html">With JSON Module</a>
0 commit comments