From af3288b106f44aaaa2c80d499ec669383d6f7203 Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 1 Sep 2021 00:52:00 +0000 Subject: [CRON] sync translated content --- files/pl/web/api/clearinterval/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/pl/web/api/clearinterval/index.html (limited to 'files/pl/web/api/clearinterval/index.html') diff --git a/files/pl/web/api/clearinterval/index.html b/files/pl/web/api/clearinterval/index.html new file mode 100644 index 0000000000..b944d2303d --- /dev/null +++ b/files/pl/web/api/clearinterval/index.html @@ -0,0 +1,29 @@ +--- +title: window.clearInterval +slug: Web/API/clearInterval +tags: + - Window +translation_of: Web/API/WindowOrWorkerGlobalScope/clearInterval +original_slug: Web/API/WindowOrWorkerGlobalScope/clearInterval +--- +
+ {{ApiRef}}
+

Podsumowanie

+

Anuluje powtarzającą się akcję, która została utworzona korzystając z setInterval().

+

Składnia

+
window.clearInterval(idInterwalu)
+
+

idInterwalu to identyfikator powtarzającej się akcji, która ma zostać anulowana. Ten identyfikator został zwrócony z {{domxref("window.setInterval","setInterval()")}}.

+

Przykład

+

Zobacz przykład z setInterval().

+

Specification

+

{{DOM0}}

+

Zobacz także

+ -- cgit v1.2.3-54-g00ecf