Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dart:html feature request: ipv6 / ipv4 types #15406

Open
jtmcdole opened this issue Dec 2, 2013 · 10 comments
Open

dart:html feature request: ipv6 / ipv4 types #15406

jtmcdole opened this issue Dec 2, 2013 · 10 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html type-enhancement A request for a change that isn't a bug web-libraries Issues impacting dart:html, etc., libraries

Comments

@jtmcdole
Copy link
Contributor

jtmcdole commented Dec 2, 2013

dart:io has InternetAddress, which has a 'type' field (InternetAddressType). It would be nice to have something similar for validating address in dart:html.

@dgrove
Copy link
Contributor

dgrove commented Dec 3, 2013

Removed Type-Defect label.
Added Type-Enhancement, Area-HTML, Triaged labels.

@sgjesse
Copy link
Contributor

sgjesse commented Dec 5, 2013

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.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@efortuna
Copy link
Contributor

is this what you're looking for, codefu? a parser for numeric addresses?


Added NeedsInfo label.

@jtmcdole
Copy link
Contributor Author

Yes

@efortuna
Copy link
Contributor

Added this to the Later milestone.
Added Triaged label.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@alan-knight
Copy link
Contributor

This doesn't seem like something that needs to be in the dart:html library and could be done perfectly well as a package

@jtmcdole
Copy link
Contributor Author

Sure.

@jtmcdole jtmcdole added Type-Enhancement area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html labels Jan 16, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed priority-unassigned labels Feb 29, 2016
@vsmenon vsmenon added the area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. label Jul 20, 2019
@sigmundch sigmundch added the web-libraries Issues impacting dart:html, etc., libraries label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html type-enhancement A request for a change that isn't a bug web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

9 participants