Patch Changes
-
fix: (#1837)
-
LynxView.updateData()
cannot triggerdataProcessor
. -
This is a break change: The second parameter of
LynxView.updateData()
has been changed fromUpdateDataType
tostring
, which is theprocessorName
(default isdefault
which will usedefaultDataProcessor
). This change is to better align with Native. The current complete type is as follows:
LynxView.updateData(data: Cloneable, processorName?: string | undefined, callback?: (() => void) | undefined): void
-
-
Updated dependencies [
77397fd
,7d90ed5
]:- @lynx-js/web-constants@0.18.0
- @lynx-js/web-mainthread-apis@0.18.0
- @lynx-js/web-worker-rpc@0.18.0