Skip to content

Commit

Permalink
Mark navigator.javaEnabled() as not-readonly (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowtime2000 authored Mar 5, 2021
1 parent efef61e commit 1bbd36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/api/navigatorplugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h2 id="Methods">Methods</h2>
<p><em>The <code>NavigatorPlugins</code> interface doesn't inherit any methods.</em></p>

<dl>
<dt>{{domxref("NavigatorPlugins.javaEnabled", "NavigatorPlugins.javaEnabled()")}} {{readonlyInline}}{{experimental_inline}}</dt>
<dd>Returns a {{domxref("Boolean")}} flag indicating whether the host browser is Java-enabled or not.</dd>
<dt>{{domxref("NavigatorPlugins.javaEnabled", "NavigatorPlugins.javaEnabled()")}}</dt>
<dd>Returns false.</dd>
</dl>

<h2 id="Specifications">Specifications</h2>
Expand Down

0 comments on commit 1bbd36d

Please sign in to comment.