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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release notes
This release is exclusively worker related:
ImageData now travels directly from main to workers to allow .data manipulation and related context.putImageData(ref) operations: WebReflection/reflected-ffi#8
a non breaking error about Promise unable to travel, due structured clone algorhitm incompatibility, happening when asynchronous handlers are attached to main references, has been fixed: WebReflection/reflected-ffi@663a3e5
when PyEditor or MpyEditor have multiple related env and/or a setup node, the logic now stops properly all scripts if one of their execution gets somehow stuck, bootstrapping again setup nodes when present to fully reset the environment and start keeping latest typed code: #2361
MicroPython workaround for Symbol properties accessed directly via the get trap when common JS operations are performed on Python proxied objects: see bug micropython/micropython#17657