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
{{ message }}
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
-[x] No intrusion and does not affect the script label.
22
23
-[x] Support the CommonJS / ES6 Module format.
23
-
-[x] The fetch function is automatically supported without additional loading.
24
-
-[x] Supports running code in memory.
24
+
-[x] The fetch function is automatically supported without additional loading.
25
25
26
26
## Installation
27
27
@@ -43,58 +43,68 @@ $ npm i @litert/loader@dev --save
43
43
44
44
### CDN (recommend)
45
45
46
-
Recommended: https://cdn.jsdelivr.net/npm/@litert/loader@0.1.1/dist/index.min.js, which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package athttps://cdn.jsdelivr.net/npm/@litert/loader/.
46
+
Recommended: https://cdn.jsdelivr.net/npm/@litert/loader@x.x.x/dist/index.min.js, of course x.x.x is just an example and needs to be changed to the official version number, you can also find it herehttps://cdn.jsdelivr.net/npm/@litert/loader/.
47
47
48
-
Also available on [unpkg](https://unpkg.com/@litert/[email protected]/dist/index.min.js).
Use sniffFiles to load network files into the memory, and sniff the inclusion relationship in the file, such as js import, require, etc., CSS url, etc.
0 commit comments