Skip to content

Commit 7852782

Browse files
committed
Index page for Demo1
1 parent a67b3d6 commit 7852782

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# JSON/CSS Module notes
22
Intro
33

4-
## Demo 1: Fetching of JSON and CSS modules won't be blocked by long-running scripts elsewhere in the module graph
4+
## Demo 1: Fetching of JSON and CSS modules starts before script execution
55
Text
66

77
## Demo 2: Constructable stylesheets and/or CSS modules vs <link> elements in shadow roots

demo1/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
<h2>demo1</h2>
1+
<h2>Demo 1: Fetching of JSON and CSS modules starts before script execution</h2>
2+
<br>
3+
<a href="./noModule.html">With manual fetch()</a>
4+
<br>
5+
<a href="./module.html">With JSON Module</a>

0 commit comments

Comments
 (0)