@webqit/oohtml 3.0.1-5 → 3.0.1-6
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -375,7 +375,7 @@ setTimeout(() => abortController.abort(), 1000);
|
|
|
375
375
|
|
|
376
376
|
We can defer module loading until we really need them.
|
|
377
377
|
|
|
378
|
-
Here, we get the `loading="lazy"` directive for that; and loading is only then triggered on the first attempt to import
|
|
378
|
+
Here, we get the `loading="lazy"` directive for that; and loading is only then triggered on the first attempt to import their contents:
|
|
379
379
|
|
|
380
380
|
```html
|
|
381
381
|
<!-- Loading doesn't happen until the first time this is being accessed -->
|