isLoadingComplete(for:)
Called to check if the tab has finished loading.
Declaration
optional func isLoadingComplete(for context: WKWebExtensionContext) -> BoolParameters
- context:
The context in which the web extension is running.
Discussion
Defaults to isLoading of the tab’s web view if not implemented.