web api instance property
Document: applets property
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, callingdocument.appletsalways returns an empty collection.
Value
An empty HTMLCollection.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.