We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b72b14 commit a17d2dbCopy full SHA for a17d2db
docs/faq.md
@@ -1223,7 +1223,10 @@ literals instead of `Map` objects.
1223
1224
As a result, **the PyScript `pyscript.ffi.to_js` ALWAYS returns a JavaScript
1225
object literal by default when converting a Python dictionary** no matter if
1226
-you're using Pyodide or MicroPython as your interpreter.
+you're using Pyodide or MicroPython as your interpreter. Furthermore, when
1227
+using MicroPython, because things are closer to idiomatic JavaScript behaviour,
1228
+you may not even need to use `to_js` unless you want to ensure
1229
+cross-interpreter compatibility.
1230
1231
#### Caveat
1232
0 commit comments