dart:html is missing NavElement class #4418
Labels
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
web-libraries
Issues impacting dart:html, etc., libraries
This issue was originally filed by @butlermatt
dart:html does not contain class/constructor for NavElement.
Work around is to create from Element.tag('nav');
The text was updated successfully, but these errors were encountered: