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.
601601
602602### ` pyscript.js_import `
603603
604- If you have a lot of JavaScript modules referenced in your configuration,
605- startup performance may be degraded as these are downloaded.
606-
607604If a JavaScript module is only needed under certain circumstances, we provide
608605an asynchronous way to import packages that were not originally referenced in
609606your configuration.
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ sync.heavy_computation = lambda: 6 * 7
219219```
220220
221221Save 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
223223outcome in the browser's devtools.
224224
225225```
You can’t perform that action at this time.
0 commit comments