Skip to content

Commit

Permalink
feat(in-app-browser): add data in Event interface (#3258)
Browse files Browse the repository at this point in the history
added data in Event interface for InApp Browser. fixes #3244
  • Loading branch information
akshaydwivedi29 authored and danielsogl committed Dec 27, 2019
1 parent 8582fac commit 129ba4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/@ionic-native/plugins/in-app-browser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ export interface InAppBrowserEvent extends Event {
code: number;
/** the error message, only in the case of loaderror. */
message: string;
/** the postMessage data, only in the case of message. */
data: any;
}

/**
Expand Down

0 comments on commit 129ba4d

Please sign in to comment.