Patch Changes
-
fix: load main-thread chunk in ESM format (#1437)
See nodejs/node#59362 for more details.
-
feat: support path() for
createQuerySelector
(#1456)- Added
getPathInfo
API toNativeApp
and its cross-thread handler for retrieving the path from a DOM node to the root. - Implemented endpoint and handler registration in both background and UI threads.
- Implemented
nativeApp.getPathInfo()
- Added
-
fix: when
onNativeModulesCall
is delayed in mounting, the NativeModules execution result may be undefined. (#1457) -
fix:
onNativeModulesCall
&&onNapiModulesCall
use getter to get. (#1466) -
Updated dependencies [
29434ae
,fb7096b
]:- @lynx-js/web-mainthread-apis@0.15.5
- @lynx-js/web-constants@0.15.5
- @lynx-js/web-worker-runtime@0.15.5
- @lynx-js/web-worker-rpc@0.15.5