File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 44< head >
55 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < link rel ="stylesheet " href ="debug-console.css ">
8+ <!-- Start loading assets right away, to have them (partly) loaded already when they are requested -->
9+ < link rel ="preload " href ="Build//{{{ DATA_FILENAME }}} " as ="fetch " type ="application/octet-stream " crossorigin >
10+ < link rel ="preload " href ="Build/{{{ FRAMEWORK_FILENAME }}} " as ="script ">
11+ < link rel ="preload " href ="Build/{{{ CODE_FILENAME }}} " as ="fetch " type ="application/wasm " crossorigin >
712 < title > {{{ PRODUCT_NAME }}}</ title >
813 < style >
914 * {
113118 transition : 400ms linear;
114119 }
115120 </ style >
116- < link rel ="stylesheet " href ="debug-console.css ">
117121</ head >
118122
119123< body >
Original file line number Diff line number Diff line change 44< head >
55 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ <!-- Start loading assets right away, to have them (partly) loaded already when they are requested -->
8+ < link rel ="preload " href ="Build//{{{ DATA_FILENAME }}} " as ="fetch " type ="application/octet-stream " crossorigin >
9+ < link rel ="preload " href ="Build/{{{ FRAMEWORK_FILENAME }}} " as ="script ">
10+ < link rel ="preload " href ="Build/{{{ CODE_FILENAME }}} " as ="fetch " type ="application/wasm " crossorigin >
711 < title > {{{ PRODUCT_NAME }}}</ title >
812 < style >
913 * {
You can’t perform that action at this time.
0 commit comments