File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -601,9 +601,6 @@ modules provided by the packages referenced as string arguments.
601
601
602
602
### ` pyscript.js_import `
603
603
604
- If you have a lot of JavaScript modules referenced in your configuration,
605
- startup performance may be degraded as these are downloaded.
606
-
607
604
If a JavaScript module is only needed under certain circumstances, we provide
608
605
an asynchronous way to import packages that were not originally referenced in
609
606
your configuration.
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ sync.heavy_computation = lambda: 6 * 7
219
219
```
220
220
221
221
Save these files in a ` tmp ` folder, ensure [ your headers] ( #http-headers ) (just
222
- use ` npx mini-coi ./tmp ` and serve via localhost) then see the following
222
+ use ` npx mini-coi ./tmp ` to serve via localhost) then see the following
223
223
outcome in the browser's devtools.
224
224
225
225
```
You can’t perform that action at this time.
0 commit comments