chore(docs): Clarify that navigationType and isTopFrame is iOS only (#1880)

This commit is contained in:
Erik Rothoff Andersson 2021-03-15 10:21:35 +01:00 committed by GitHub
parent f7504ccead
commit 9c51a17040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -550,7 +550,7 @@ The `navState` object includes these properties:
canGoBack
canGoForward
loading
navigationType
navigationType (iOS only)
target
title
url
@ -729,8 +729,8 @@ canGoBack
canGoForward
lockIdentifier
mainDocumentURL (iOS only)
navigationType
isTopFrame
navigationType (iOS only)
isTopFrame (iOS only)
```
---