-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
It would be great to have some sort of type-safe DOM API that better matches DOM as exposed to JS (for example document.querySelector('foo')?.appendChild(document.createElement('bar'))
) without having to go through the ceremony of .object!
and .function!
. It looks like there’s some work in this direction in webidl2swift
but I’m not sure how much more is needed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request