You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwiftHTML prefers FoundationEssentials where available, so wasm consumers no longer link the full Foundation through SwiftHTML's re-export. Portable replacements ship for the string APIs Essentials lacks (replacingOccurrences(of:with:), CharacterSet-based trimming).
Environment
EnvironmentValues.current is public: host integrations can read the ambient task-local environment directly instead of going through a key-path workaround.