-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOMParser: Caught Instance of 'Document' does not implement Document #3420
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
Comments
This comment was originally written by [email protected] kvarkus, do you run Dart natively or first compile it to JS? Added NeedsInfo label. |
This comment was originally written by [email protected] Sorry for the missed detail. I'm using dart2js compiler. |
This comment was originally written by [email protected] Thanks! cc @rakudrama. |
This comment was originally written by [email protected] This bug has been blocking my unit tests for the past 5 weeks. Please fix. |
kvarkus: Which browser(s) are you seeing this on? Does it run correctly on Dartium? Added this to the M1 milestone. |
This comment was originally written by [email protected] Latest Chrome on OSX 10.8. |
Issue #1142 has been merged into this issue. |
Set owner to @blois. |
This should be working now. Added Fixed label. |
Issue #3034 has been merged into this issue. |
This issue was originally filed by [email protected]
What steps will reproduce the problem?
Compile with type checks and execute:
html.Document doc = new html.DOMParser().parseFromString('<xml/>','text/xml');
What is the expected output?
A Document object
What do you see instead?
Type Exception: Caught Instance of 'Document' does not implement Document
What version of the product are you using? On what operating system?
Dart-SDK 8390, Mac OS X
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: