https://www.w3.org/Bugs/Public/show_bug.cgi?id=21945
Bug ID: 21945
Summary: Does responseXML ever return an XMLDocument
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XHR
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
The IDL says Document? but I'm curious if one could check the type of the
returned document to determing if it is an HTML Document or an XMLDocument?
For example, it might be useful to know if xhr.responseXML.createElement('div')
would create an HTMLDivElement or an Element object.
--
You are receiving this mail because:
You are on the CC list for the bug.