File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ See [Sleeping Tabs FAQ](https://techcommunity.microsoft.com/t5/articles/sleeping
9191for conditions that might prevent WebView from being frozen. In those situations,
9292The TryFreeze operation will fail and the completed handler will be invoked with isSuccessful as false.
9393The WebView will be automatically unfrozen when it becomes visible. Therefore, the app normally doesn't have to call Unfreeze.
94- The app can call `Unfreeze` and then `TryFreeze` periodically for an invisibile WebView so that the invisible WebView can sync up with
94+ The app can call `Unfreeze` and then `TryFreeze` periodically for an invisible WebView so that the invisible WebView can sync up with
9595latest data and the page ready to show fresh content when it becomes visible.
9696
9797# API Notes
You can’t perform that action at this time.
0 commit comments