Navigator.constructor (Property)

A constructor for creating new navigator objects.

Availability:

JavaScript - 1.2
Netscape - 4.0
Property/method value type:Navigator object
JavaScript syntax:Nnavigator.constructor

Netscape supports a constructor property for the Navigator object. You won't find very many circumstances where you will need to create a new instance of the Navigator object.

This is another example of where the generic approach to creating objects that Netscape employs may be less optimal than the special individually coded objects support that MSIE employs (even though it leads to a more bulky implementation).

Warnings: