Add comment about where to look for notifications for HTMLMetadata.

This commit is contained in:
Brent Simmons
2025-01-19 17:59:18 -08:00
parent 789b615161
commit 13a0bfb6cc

View File

@@ -10,6 +10,8 @@ import Foundation
import os
import RSParser
// To get a notification when HTMLMetadata is cached, see HTMLMetadataCache.
public final class HTMLMetadataDownloader: Sendable {
public static let shared = HTMLMetadataDownloader()