diff options
| author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:26:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 18:26:59 +0100 |
| commit | 7a94b4d8daf297eda6df8e5cf933f7ba159bbc76 (patch) | |
| tree | c8c8a36c41beda7a4c150927b2b5c7d2a09837bd /files/pl/web/api/windoworworkerglobalscope/clearinterval/index.html | |
| parent | ab718192b92d5cc38c1114e055a435a6de7dd8ef (diff) | |
| parent | b8170f78422f2269dfc9df7760cc1ad51c048c00 (diff) | |
| download | translated-content-7a94b4d8daf297eda6df8e5cf933f7ba159bbc76.tar.gz translated-content-7a94b4d8daf297eda6df8e5cf933f7ba159bbc76.tar.bz2 translated-content-7a94b4d8daf297eda6df8e5cf933f7ba159bbc76.zip | |
Merge pull request #38 from fiji-flo/unslugging-pl
Unslugging pl
Diffstat (limited to 'files/pl/web/api/windoworworkerglobalscope/clearinterval/index.html')
| -rw-r--r-- | files/pl/web/api/windoworworkerglobalscope/clearinterval/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/pl/web/api/windoworworkerglobalscope/clearinterval/index.html b/files/pl/web/api/windoworworkerglobalscope/clearinterval/index.html new file mode 100644 index 0000000000..e4ecb8701d --- /dev/null +++ b/files/pl/web/api/windoworworkerglobalscope/clearinterval/index.html @@ -0,0 +1,29 @@ +--- +title: window.clearInterval +slug: Web/API/WindowOrWorkerGlobalScope/clearInterval +tags: + - Window +translation_of: Web/API/WindowOrWorkerGlobalScope/clearInterval +original_slug: Web/API/Window/clearInterval +--- +<div> + {{ApiRef}}</div> +<h2 id="Summary" name="Summary">Podsumowanie</h2> +<p>Anuluje powtarzającą się akcję, która została utworzona korzystając z <code><a href="/pl/docs/DOM/window.setInterval" title="DOM/window.setInterval">setInterval()</a></code>.</p> +<h2 id="Syntax" name="Syntax">Składnia</h2> +<pre class="syntaxbox"><em>window</em>.clearInterval(<em>idInterwalu</em>) +</pre> +<p><code>idInterwalu</code> to identyfikator powtarzającej się akcji, która ma zostać anulowana. Ten identyfikator został zwrócony z {{domxref("window.setInterval","setInterval()")}}.</p> +<h2 id="Example" name="Example">Przykład</h2> +<p>Zobacz <a href="/pl/docs/DOM/window.setInterval#Przyk.C5.82ad" title="DOM/window.setInterval#Przyk.C5.82ad">przykład z <code>setInterval()</code></a>.</p> +<h2 id="Specification" name="Specification">Specification</h2> +<p>{{DOM0}}</p> +<h2 id="See_also" name="See_also">Zobacz także</h2> +<ul> + <li><a href="/pl/docs/JavaScript/Timers" title="JavaScript/Timers">JavaScript zegary</a></li> + <li>{{domxref("window.setTimeout")}}</li> + <li>{{domxref("window.setInterval")}}</li> + <li>{{domxref("window.clearTimeout")}}</li> + <li>{{domxref("window.requestAnimationFrame")}}</li> + <li><a href="/pl/docs/JavaScript/Timers/Daemons" title="JavaScript/Timers/Daemons"><em>Daemons</em> zarządzanie</a></li> +</ul> |
