Open jtmcdole opened 10 years ago
Removed Type-Defect label. Added Type-Enhancement, Area-HTML, Triaged labels.
The InternetAddress in dart:io is mainly an interface for DNS lookup (using the lookup or reverse methods). If the addresses you try to lookup are plain numeric addresses this is just parsed locally (this is still done through a system call an not in code we have written).
In the browser I don't think there is an direct DNS API, so I assume what you are looking of is a parser for numeric addresses.
Removed Area-HTML label. Added Area-Library, Library-Html labels.
Yes
Removed this from the Later milestone. Added Oldschool-Milestone-Later label.
Removed Oldschool-Milestone-Later label.
This doesn't seem like something that needs to be in the dart:html library and could be done perfectly well as a package
Sure.
dart:io has InternetAddress, which has a 'type' field (InternetAddressType). It would be nice to have something similar for validating address in dart:html.