File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ <h2>Demo: Overhead of <style> and <link> elements in shadow root</h2
3
3
< ul >
4
4
< li > < a href ="./styleInShadowRoot.html "> With <style> in shadow root</ a > </ li >
5
5
< li > < a href ="./linkInShadowRoot.html "> With <link rel="stylesheet"> in shadow root</ a > </ li >
6
- < li > < a href ="./cssModule.html "> With CSS Module</ a > (no browser support yet... )</ li >
6
+ < li > < a href ="./cssModule.html "> With CSS Module</ a > (available in Edge and Chrome 93 )</ li >
7
7
</ ul >
8
8
< a href ="../ "> [Back to main page]</ a >
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ <h2>Demo: Increased memory cost as CSS inlined as a JavaScript string</h2>
2
2
< br >
3
3
< ul >
4
4
< li > < a href ="./noModule.html "> Styles inlined in module with Constructed StyleSheet (supported in Chromium-based browsers)</ a > </ li >
5
- < li > < a href ="./module.html "> With CSS Module</ a > (no browser support yet... )</ li >
5
+ < li > < a href ="./module.html "> With CSS Module</ a > (available in Edge and Chrome 93 )</ li >
6
6
</ ul >
7
7
< a href ="../ "> [Back to main page]</ a >
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ <h2>Demo: Fetching of JSON and CSS modules starts before script execution</h2>
2
2
< br >
3
3
< ul >
4
4
< li > < a href ="./noModule.html "> With <link rel="stylesheet"> in shadow root</ a > </ li >
5
- < li > < a href ="./module.html "> With CSS Module</ a > (no browser support yet... )</ li >
5
+ < li > < a href ="./module.html "> With CSS Module</ a > (available in Edge and Chrome 93 )</ li >
6
6
</ ul >
7
7
< a href ="../ "> [Back to main page]</ a >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ <h2>Demo 4: JSON module performance vs inline JS object </h2>
2
2
< br >
3
3
< ul >
4
4
< li > < a href ="./noModule.html "> With JSON as inlined JavaScript object</ a > </ li >
5
- < li > < a href ="./module.html "> With JSON Module</ a > (works in Chromium-based browsers launched with --enable-blink-features=JSONModules command-line flag )</ li >
5
+ < li > < a href ="./module.html "> With JSON Module</ a > (available in Edge and Chrome 91 )</ li >
6
6
</ ul >
7
7
< br >
8
8
< a href ="../ "> [Back to main page]</ a >
You can’t perform that action at this time.
0 commit comments