@uniweb/runtime 0.12.12 → 0.12.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/foundation-loader.js +1 -1
package/package.json
CHANGED
package/src/foundation-loader.js
CHANGED
|
@@ -33,7 +33,7 @@ function resolveAgainstDocument(url) {
|
|
|
33
33
|
* The skip below is what lets a shell put the stylesheet in the head itself —
|
|
34
34
|
* so the sheet applies during HTML parse instead of waiting for the runtime to
|
|
35
35
|
* boot, parse `__DATA__` and inject it. Hosting shipped that on the strength of
|
|
36
|
-
* this guard (
|
|
36
|
+
* this guard (the hosting lane, 2026-08-19); until then nothing
|
|
37
37
|
* asserted it, so a refactor would have produced two `<link>` tags and two
|
|
38
38
|
* fetches on their lane with every test here still green.
|
|
39
39
|
*
|