isLoading
Indicates whether the webpage is currently loading content.
Declaration
@MainActor final var isLoading: Bool { get }Return Value
true if the page is still loading content, otherwise, false.
Indicates whether the webpage is currently loading content.
@MainActor final var isLoading: Bool { get }true if the page is still loading content, otherwise, false.