Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. Navigator
  4. javaEnabled()

Navigator: javaEnabled() method

This method always returns false.

Syntax

js
javaEnabled()

Parameters

None.

Return value

The boolean valuefalse.

Examples

js
if (window.navigator.javaEnabled()) {  // code will never be executed; the condition is always false}

Specifications

Specification
HTML
# dom-navigator-javaenabled

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp