mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
feat(in-app-browser): add data in Event interface (#3258)
added data in Event interface for InApp Browser. fixes #3244
This commit is contained in:
parent
8582fac076
commit
129ba4dbe2
@ -134,6 +134,8 @@ export interface InAppBrowserEvent extends Event {
|
|||||||
code: number;
|
code: number;
|
||||||
/** the error message, only in the case of loaderror. */
|
/** the error message, only in the case of loaderror. */
|
||||||
message: string;
|
message: string;
|
||||||
|
/** the postMessage data, only in the case of message. */
|
||||||
|
data: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user