Results 61 - 80 of 94

File.lastModifiedDate

The File.lastModifiedDate read-only property returns the last modified date of the file. Files without a known last modified date returns the current date .
API Deprecated File API Files Property Read-only Reference

HTMLTableElement.bgColor

The HTMLTableElement.bgcolor property represents the background color of the table.
API Deprecated HTML DOM NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.border

The HTMLTableElement.border property represents the border width of the table element.
API Deprecated HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

NavigatorID.taintEnabled()

The NavigatorID.taintEnabled() method always returns false.
API Deprecated HTML-DOM Method NavigatorID Reference Référence taintEnabled

PushManager.register()

The register method is used to ask the system to request a new endpoint for notifications. This method has been superceded by PushManager.subscribe().
API Deprecated Firefox OS Method Reference Simple Push API

PushManager.registrations()

The registrations method is used to ask the system about existing push endpoint registrations.
API Deprecated Firefox OS Method Reference Simple Push API

PushManager.unregister()

The unregister() method was used to ask the system to unregister and delete the specified endpoint. In the updated API, a subscription is can be unregistered via the PushSubscription.unsubscribe() method.
API Deprecated Firefox OS Method Reference Simple Push API

XMLDocument.load()

document.load() is a part of an old version of the W3C DOM Level 3 Load & Save module. Can be used with document.async to indicate whether the request is synchronous or asynchronous (the default). As of at least Gecko 1.9, this no longer supports cross-site loading of documents (Use XMLHttpRequest instead).
API Deprecated DOM Experimental Expérimental Method Reference Référence

RegExp.prototype.compile()

The deprecated compile() method is used to (re-)compile a regular expression during execution of a script. It is basically the same as the RegExp constructor.
Deprecated JavaScript Method Prototype Reference RegExp Regular Expressions