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 of the global variables are declared twice in lib/lib.dom.d.ts.
While this doesn't cause a direct error, it does cause some issues for obscure uses of this lib.
Nonetheless, assuming there is's no reason for this duplication, it would increase the correctness of the code and there for it is purposed.
Some of the global variables are declared twice in
lib/lib.dom.d.ts
.While this doesn't cause a direct error, it does cause some issues for obscure uses of this lib.
Nonetheless, assuming there is's no reason for this duplication, it would increase the correctness of the code and there for it is purposed.
The fouling declarations:
The text was updated successfully, but these errors were encountered: