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
Some interfaces such as Element do not have a constructor according to the DOM standard. We could use an internal token argument to check if calls are coming from inside the library and throw a TypeError otherwise to match the correct behavior.
The text was updated successfully, but these errors were encountered:
Some interfaces such as Element do not have a constructor according to the DOM standard. We could use an internal token argument to check if calls are coming from inside the library and throw a TypeError otherwise to match the correct behavior.
The text was updated successfully, but these errors were encountered: