The XMLDocument interface represents an XML document. It inherits
the generic web.Document
and does not add any specific methods
properties to it: nevertheless, several algorithms behave differently
the two types of documents.
The XMLDocument interface represents an XML document. It inherits the generic `web.Document` and does not add any specific methods properties to it: nevertheless, several algorithms behave differently the two types of documents.
Use XMLHttpRequest (XHR) objects to interact with servers. You retrieve data from a URL without having to do a full page refresh. enables a Web page to update just part of a page without disrupting the user is doing.
Use XMLHttpRequest (XHR) objects to interact with servers. You retrieve data from a URL without having to do a full page refresh. enables a Web page to update just part of a page without disrupting the user is doing.
XMLHttpRequest Events.
XMLHttpRequest Events.
XMLHttpRequestEventTarget is the interface that describes the
handlers you can implement in an object that will handle events
an xml.XMLHttpRequest
.
XMLHttpRequestEventTarget is the interface that describes the handlers you can implement in an object that will handle events an `xml.XMLHttpRequest`.
The XMLSerializer interface provides the web.serializeToString()
to construct an XML string representing a DOM tree.
The XMLSerializer interface provides the `web.serializeToString()` to construct an XML string representing a DOM tree.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close