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
Currently, you cannot access the DOM from workers, and e.g. js.document is unavailable.
The plan is to use "auto-syncify" synclink to allow transparent access to it.
There are 24 tests which are marked as @skip_worker("FIXME: js.document") which fails because of that. For example:
The DOM access from the Workers is now fully covered ... the PyDom story behind works too, but on Pyodide only (IRRC) so this issue doesn't look relevant anymore.
This is a follow-up of #1333 (once it's merged).
Currently, you cannot access the DOM from workers, and e.g.
js.document
is unavailable.The plan is to use "auto-syncify" synclink to allow transparent access to it.
There are 24 tests which are marked as
@skip_worker("FIXME: js.document")
which fails because of that. For example:pyscript/pyscriptjs/tests/integration/test_03_element.py
Lines 24 to 40 in ef0e838
This is the full list:
The text was updated successfully, but these errors were encountered: