Firefox Tomorrow

web api instance property

Document: applets property

View on MDN ↗

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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.