Skip to content

Commit 7cac4c3

Browse files
committed
fix viewId type
1 parent c2ca368 commit 7cac4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_inappwebview_web/lib/assets/web/web_support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
window.flutter_inappwebview = {
22
webViews: {},
33
/**
4-
* @param viewId {number}
4+
* @param viewId {number | string}
55
* @param iframe {HTMLIFrameElement}
66
* @param iframeContainer {HTMLDivElement}
77
*/

0 commit comments

Comments
 (0)