Patch Changes
-
feat: allow lynx code to get JS engine provided properties on globalThis (#786)
globalThis.Reflect; // this will be the Reflect Object
Note that
assigning to the globalThis
is still not allowed. -
perf: use v8 hint for generated javascript file (#807)
-
feat: add new property
inject-style-rules
for LynxView (#785)This property allows developer to inject some style rules into the shadowroot.
It's a wrapper of https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/insertRule
-
fix: corrupt mainthread module cache (#806)
-
Updated dependencies [
03a5f64
,6d3d852
,8cdd288
,6d3d852
]:- @lynx-js/web-mainthread-apis@0.13.2
- @lynx-js/web-worker-runtime@0.13.2
- @lynx-js/web-constants@0.13.2
- @lynx-js/offscreen-document@0.0.3
- @lynx-js/web-worker-rpc@0.13.2