What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Sep 19, 2008 by pilgrim
Labels: about-dom, is-dom-property
NavigatorPlatformProperty  
The navigator.platform property

Values

The navigator.platform property returns a string.

This property is read-only.

Usage

Browser compatibility

Compatibility table legend

Test IE8 IE7 IE6 FF3 FF2 Saf3 Op9 Chrome
typeOf(navigator.platform) != 'undefined' Y Y Y Y Y Y Y Y

Further reading


Comment by joepeck02, May 16, 2008

I'm on an Intel Mac running OS X 10.5.2 Leopard. I get the following values:

Safari 3.1.1 => "MacIntel?" Webkit => "MacIntel?" Firefox 12.0.0.11 => "MacIntel?"


Sign in to add a comment