Mark HTMLMetadata as Sendable.

This commit is contained in:
Brent Simmons
2024-10-14 20:58:06 -07:00
parent ce2a45503b
commit ec1a579c6a
2 changed files with 1 additions and 3 deletions

View File

@@ -10,8 +10,6 @@ import Foundation
import Web
import Parser
extension HTMLMetadata: @unchecked Sendable {}
struct HTMLMetadataDownloader {
@MainActor static func downloadMetadata(for url: String) async -> HTMLMetadata? {