You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ modules. However, static JSON modules can do better performance-wise. In the e
60
60
the `fetch()` for data.json doesn't start until the JavaScript in the module executes. This could be delayed by other dependencies in the module graph being slow to load, or by longer executions of other modules that appear earlier in the module graph's execution order.
61
61
62
62
With JSON modules, on the other hand, browsers can initiate
63
-
the fetch for a JSON file as soon as the importing module is parsed, prior to module linking or execution. [Demo 1](#Demo-1) illustrates this difference.
63
+
the fetch for a JSON file as soon as the importing module is parsed, prior to module linking or execution. [Demo 1](#demo-1) illustrates this difference.
64
64
65
65
## Demo 1
66
66
### [Fetches for JSON and CSS modules starts before script execution](https://dandclark.github.io/json-css-module-notes/demo1/index.html)
0 commit comments