Phone API Reference - Classes
Desk Phone API features described in this section are deprecated and supported only on the following models: D40, d45, d50, d60, d62, d65, d70
These core object constructors are available to all apps without requiring any libraries. Objects relating to UI elements are documented in UI Classes (Widgets).
Â
Name | Description |
---|---|
Makes HTTP and similar requests from JavaScript. This object is similar to the standard browser XMLHttpRequest object. | |
Similar to the standard DOMParser. Used to parse an XML string into a DOM document that can be traversed and manipulated in the usual ways (getElementById(), appendChild(), etc). | |
Similar to standard XMLSerializer. Used to convert a DOM document into a valid XML string. |
Â