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
Update to JavaScriptKit 0.9, add Global helpers (#3)
Updates JavaScriptKit dependency to upstream 0.9 instead of using a fork as previously. I've updated a few helpers to use non-deprecated names and also added `Global` type and `public let global = Global()` with a few extensions on DOM types which for some reason don't seem to be declared in WebIDL.
Additional `DOMKitDemo` target and product are set up for easier manual testing.
* Update to JavaScriptKit 0.9, add `Global` helpers
* Use `globalThis` instead of `global`
# Conflicts:
# Tests/DOMKitTests/DOMKitTests.swift
0 commit comments