feat:when in H5 environment,must set check dirty to next macro task loop incase the changing occured in promise.then function which is scheduled in micro task loop
This commit is contained in:
@@ -20,7 +20,7 @@ export type BridgeContext = { [index: string]: { [index: string]: (args?: any) =
|
||||
declare global {
|
||||
const context: BridgeContext
|
||||
const Environment: {
|
||||
platform: "Android" | "iOS" | "Qt",
|
||||
platform: "Android" | "iOS" | "Qt" | "h5",
|
||||
|
||||
platformVersion: string,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user