Firefox Tomorrow

web api instance property

WorkerNavigator: appName property

View on MDN ↗

Available in workers

The value of the WorkerNavigator.appName property is always "Netscape", in any browser. This property is kept only for compatibility purposes.

[!NOTE] Do not rely on this property to return a real browser name. All browsers return "Netscape" as the value of this property.

Value

The string "Netscape".

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also