File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -312,12 +312,9 @@ plugins = ["custom_plugin", "!error"]
312
312
313
313
### JavaScript modules
314
314
315
- It's easy to import and use JavaScript modules in your Python code.
316
-
317
- !!! warning
318
-
319
- This feature currently only works with Pyodide. MicroPython support will
320
- come in a future release.
315
+ It's easy to import and use JavaScript modules in your Python code. This
316
+ section of the docs examines the configuration needed to make this work. How
317
+ to make use of JavaScript is dealt with [ elsewhere] ( ../dom/#working-with-javascript ) .
321
318
322
319
To do so, requires telling PyScript about the JavaScript modules you want to
323
320
use. This is the purpose of the ` js_modules ` related configuration fields.
You can’t perform that action at this time.
0 commit comments