From 641a75fbc5a15724440dce3fc41c92cb1ef23699 Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 28 Apr 2021 00:11:21 +0000 Subject: [CRON] sync translated content --- .../web/api/window/onuserproximity/index.html | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 files/it/orphaned/web/api/window/onuserproximity/index.html (limited to 'files/it/orphaned/web/api') diff --git a/files/it/orphaned/web/api/window/onuserproximity/index.html b/files/it/orphaned/web/api/window/onuserproximity/index.html new file mode 100644 index 0000000000..3d0fe45d60 --- /dev/null +++ b/files/it/orphaned/web/api/window/onuserproximity/index.html @@ -0,0 +1,46 @@ +--- +title: Window.onuserproximity +slug: orphaned/Web/API/Window/onuserproximity +translation_of: Web/API/Window/onuserproximity +original_slug: Web/API/Window/onuserproximity +--- +

{{ ApiRef() }}

+ +

La proprietà Window.onuserproxymity rappresenta un {{domxref("EventHandler")}}, una funzione che viene richiamata quando l'evento {{event("userproximity")}} si verifica. Questi eventi sono del tipo {{domxref("UserProximityEvent")}} e si verificano quando il sensore di prossimità del dispositivo individua che un oggetto si sta avvicinando.

+ +

Sintassi

+ +
window.onuserproximity = eventHandler
+ +

Specifiche

+ + + + + + + + + + + + + + + + +
SpecificaStatoCommento
{{ SpecName('Proximity Events', '#user-proximity', 'Proximity Events') }}{{ Spec2('Proximity Events') }}Specifica iniziale
+ +

Compatibilità browser

+ + + +

{{Compat("api.Window.onuserproximity")}}

+ +

Guarda anche

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