fetchData(of:completionHandler:)
Declaration
func fetchData(of dataTypes: WKWebViewDataType, completionHandler: @escaping @MainActor @Sendable (Data?, (any Error)?) -> Void)func fetchData(of dataTypes: WKWebViewDataType) async throws -> Datafunc fetchData(of dataTypes: WKWebViewDataType, completionHandler: @escaping @MainActor @Sendable (Data?, (any Error)?) -> Void)func fetchData(of dataTypes: WKWebViewDataType) async throws -> Data