Document: applets property
Deprecated
Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.>
The applets property of the Document returns an empty HTMLCollection. This property is kept only for compatibility reasons; in older versions of browsers, it returned a list of the applets within a document.
Note:
Support for the <applet> element has been removed by all browsers. Therefore, calling document.applets always
returns an empty collection.
Value
An empty HTMLCollection.
Specifications
| Specification |
|---|
| HTML> # dom-document-applets> |