From 235c34993c7b14f783fc8259cc237ac09f0d3e57 Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 9 Jul 2021 00:38:08 +0000 Subject: [CRON] sync translated content --- .../api/navigatorplugins/javaenabled/index.html | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 files/pt-br/web/api/navigatorplugins/javaenabled/index.html (limited to 'files/pt-br/web/api/navigatorplugins/javaenabled/index.html') diff --git a/files/pt-br/web/api/navigatorplugins/javaenabled/index.html b/files/pt-br/web/api/navigatorplugins/javaenabled/index.html deleted file mode 100644 index 29aba43a52..0000000000 --- a/files/pt-br/web/api/navigatorplugins/javaenabled/index.html +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: NavigatorPlugins.javaEnabled() -slug: Web/API/NavigatorPlugins/javaEnabled -tags: - - API - - Example - - Method - - Reference -translation_of: Web/API/NavigatorPlugins/javaEnabled ---- -

{{ APIRef("HTML DOM") }}

- -

Este método indica se o navegador atual tem o Java ativo ou não.

- -

Sintaxe

- -
result = window.navigator.javaEnabled()
-
- -

Exemplo

- -
if (window.navigator.javaEnabled()) {
-   // browser has java
-}
-
- -

Notas

- -

O valor de retorno para este método indica se a preferência que controla o Java está ativado ou desativado - não se o navegador oferece suporte ao Java, em geral.

- -

Especificações

- - - - - - - - - - - - - - - - -
EsécificaçõesEstadoComentário
{{SpecName('HTML WHATWG', '#dom-navigator-javaenabled', 'NavigatorPlugins.javaEnabled')}}{{Spec2('HTML WHATWG')}}Definição inicial.
- - - - - -

{{Compat("api.NavigatorPlugins.javaEnabled")}}

-- cgit v1.2.3-54-g00ecf