Skip to content

Commit 235cd22

Browse files
committed
Add isTopFrame to shouldStartLoadForRequest
1 parent 7ebb172 commit 235cd22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/ReactNativeWebView.re

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class type virtual webViewShouldStartLoadWithRequest = {
8383
pub navigationType: ReactNativeWebView_NavigationType.t;
8484
pub mainDocumentURL: option(string);
8585
pub lockIdentifier: int;
86+
pub isTopFrame: bool;
8687
};
8788

8889
type webViewNavigationOrError;

0 commit comments

Comments
 (0)