This page is Out of Date

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

constructor

Property of dom/Navigatordom/Navigator

Syntax

var result = element.constructor;
element.constructor = value;

Notes

Remarks

An object’s constructor initializes the object’s properties and provides access to the prototype for the object’s interface object. For more information, see Advanced Object Creation (JScript).

Syntax

Attributions