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.
(async this)
Property.
document.async can be set to indicate whether a xml.XMLDocument.load()
should be an asynchronous or synchronous request. true is the
value, indicating that documents should be loaded asynchronously.
See also: https://developer.mozilla.org/en-US/docs/Web/API/XMLDocument/async
Property. document.async can be set to indicate whether a `xml.XMLDocument.load()` should be an asynchronous or synchronous request. true is the value, indicating that documents should be loaded asynchronously. See also: `https://developer.mozilla.org/en-US/docs/Web/API/XMLDocument/async`
(load this & args)
Method.
document.load() is a part of an old version of the W3C DOM Level
Load & Save module. Can be used with web.document.async
to
whether the request is synchronous or asynchronous (the default).
of at least Gecko 1.9, this no longer supports cross-site loading
documents (Use xml.XMLHttpRequest
or web.fetch()
instead).
See also: https://developer.mozilla.org/en-US/docs/Web/API/XMLDocument/load
Method. document.load() is a part of an old version of the W3C DOM Level Load & Save module. Can be used with `web.document.async` to whether the request is synchronous or asynchronous (the default). of at least Gecko 1.9, this no longer supports cross-site loading documents (Use `xml.XMLHttpRequest` or `web.fetch()` instead). See also: `https://developer.mozilla.org/en-US/docs/Web/API/XMLDocument/load`
(set-async! this val)
Property.
document.async can be set to indicate whether a xml.XMLDocument.load()
should be an asynchronous or synchronous request. true is the
value, indicating that documents should be loaded asynchronously.
See also: https://developer.mozilla.org/en-US/docs/Web/API/XMLDocument/async
Property. document.async can be set to indicate whether a `xml.XMLDocument.load()` should be an asynchronous or synchronous request. true is the value, indicating that documents should be loaded asynchronously. See also: `https://developer.mozilla.org/en-US/docs/Web/API/XMLDocument/async`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close