Skip to content

Commit b486769

Browse files
committed
Fix return value in OnBeforeBrowse
1 parent c778bdc commit b486769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/RequestHandler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Table of contents:
3838
| frame | [Frame](Frame.md) |
3939
| request | [Request](Request.md) |
4040
| isRedirect | bool |
41-
| __Return__ | void |
41+
| __Return__ | bool |
4242

4343
Called on the UI thread before browser navigation. Return true to cancel
4444
the navigation or false to allow the navigation to proceed. The |request|

0 commit comments

Comments
 (0)