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

DOMParser missing constructor #1692

Closed
sethladd opened this issue Feb 15, 2012 · 1 comment
Closed

DOMParser missing constructor #1692

sethladd opened this issue Feb 15, 2012 · 1 comment
Assignees
Labels
closed-duplicate Closed in favor of an existing report

Comments

@sethladd
Copy link
Contributor

The following code does not work in Frog:

main() => new DOMParser();

Error:

responsexml.dart:5:19: warning: no matching constructor for html_DOMParser
  var domParser = new DOMParser();

See MDN docs for example: https://developer.mozilla.org/en/DOMParser

@nex3
Copy link
Member

nex3 commented Feb 22, 2012

Added Duplicate label.
Marked as being merged into #649.

@sethladd sethladd added Type-Defect closed-duplicate Closed in favor of an existing report labels Feb 22, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

3 participants