From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/it/web/api/htmliframeelement/mute/index.html | 93 ---------------------- 1 file changed, 93 deletions(-) delete mode 100644 files/it/web/api/htmliframeelement/mute/index.html (limited to 'files/it/web/api/htmliframeelement') diff --git a/files/it/web/api/htmliframeelement/mute/index.html b/files/it/web/api/htmliframeelement/mute/index.html deleted file mode 100644 index ca7e44107e..0000000000 --- a/files/it/web/api/htmliframeelement/mute/index.html +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: HTMLIFrameElement.mute() -slug: Web/API/HTMLIFrameElement/mute -translation_of: Mozilla/Gecko/Chrome/API/Browser_API/mute ---- -

{{APIRef("HTML DOM")}}{{non-standard_header}}

- -

Il metodo mute() del {{domxref("HTMLIFrameElement")}} muta qualsiasi audio in riproduzione nel browser {{HTMLElement("iframe")}}.

- -

Sintassi

- -
instanceOfHTMLIframeElement.mute();
- -

Ritorna

- -

Nulla.

- -

Parametri

- -

Nessuno.

- -

Esempio

- -
var browser = document.querySelector('iframe');
-
-browser.mute();
-
- -

Specifica

- -

Non è parte di nessuna specifica.

- -

Compatibilità browser

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
CaratteristicaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Supporto base{{CompatNo}}{{CompatGeckoDesktop(47)}}[1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - -
CaratteristicaAndroidAndroid WebviewFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Supporto base{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] Supportato solo in codice chrome.

- -

Vedi anche

- - -- cgit v1.2.3-54-g00ecf