We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebb172 commit 235cd22Copy full SHA for 235cd22
src/ReactNativeWebView.re
@@ -83,6 +83,7 @@ class type virtual webViewShouldStartLoadWithRequest = {
83
pub navigationType: ReactNativeWebView_NavigationType.t;
84
pub mainDocumentURL: option(string);
85
pub lockIdentifier: int;
86
+ pub isTopFrame: bool;
87
};
88
89
type webViewNavigationOrError;
0 commit comments