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
Currently, there are many constructors that throw. For example, web.HTMLDivElement(). We should either lower these like dart:html to document.createElement, or we should find some way to disallow invoking the constructor statically, i.e. a lint.