From 761e22dc71dfe2367cc7aa1f1767eb9f3a386dfd Mon Sep 17 00:00:00 2001 From: shadowtime2000 <66655515+shadowtime2000@users.noreply.github.com> Date: Thu, 4 Mar 2021 15:38:59 -0800 Subject: [PATCH 1/2] Remove read only from java enabled --- files/en-us/web/api/navigatorplugins/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/navigatorplugins/index.html b/files/en-us/web/api/navigatorplugins/index.html index 43db9e214b9e655..c077c0aa9c52c73 100644 --- a/files/en-us/web/api/navigatorplugins/index.html +++ b/files/en-us/web/api/navigatorplugins/index.html @@ -30,7 +30,7 @@

Methods

The NavigatorPlugins interface doesn't inherit any methods.

-
{{domxref("NavigatorPlugins.javaEnabled", "NavigatorPlugins.javaEnabled()")}} {{readonlyInline}}{{experimental_inline}}
+
{{domxref("NavigatorPlugins.javaEnabled", "NavigatorPlugins.javaEnabled()")}} {{experimental_inline}}
Returns a {{domxref("Boolean")}} flag indicating whether the host browser is Java-enabled or not.
From 6a926f8b264d6b55bc63e483a0e6e8a62ccbe760 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Fri, 5 Mar 2021 09:17:08 +0900 Subject: [PATCH 2/2] Update files/en-us/web/api/navigatorplugins/index.html --- files/en-us/web/api/navigatorplugins/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/api/navigatorplugins/index.html b/files/en-us/web/api/navigatorplugins/index.html index c077c0aa9c52c73..8e1f3ea59bd6476 100644 --- a/files/en-us/web/api/navigatorplugins/index.html +++ b/files/en-us/web/api/navigatorplugins/index.html @@ -30,8 +30,8 @@

Methods

The NavigatorPlugins interface doesn't inherit any methods.

-
{{domxref("NavigatorPlugins.javaEnabled", "NavigatorPlugins.javaEnabled()")}} {{experimental_inline}}
-
Returns a {{domxref("Boolean")}} flag indicating whether the host browser is Java-enabled or not.
+
{{domxref("NavigatorPlugins.javaEnabled", "NavigatorPlugins.javaEnabled()")}}
+
Returns false.

Specifications