aboutsummaryrefslogtreecommitdiff
path: root/files/hu/web/api/window.stop/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/hu/web/api/window.stop/index.html
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/hu/web/api/window.stop/index.html')
-rw-r--r--files/hu/web/api/window.stop/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/hu/web/api/window.stop/index.html b/files/hu/web/api/window.stop/index.html
new file mode 100644
index 0000000000..142a71788d
--- /dev/null
+++ b/files/hu/web/api/window.stop/index.html
@@ -0,0 +1,19 @@
+---
+title: window.stop
+slug: Web/API/Window.stop
+translation_of: Web/API/Window/stop
+---
+<div>
+  {{ApiRef}}</div>
+<h2 id="Summary" name="Summary">Összefoglalás</h2>
+<p>Ez az eljárás leállítja az ablak betöltését.</p>
+<h2 id="Syntax" name="Syntax">Szintaxis</h2>
+<pre class="syntaxbox">window.stop()
+</pre>
+<h2 id="Example" name="Example">Példa</h2>
+<pre class="brush:js">window.stop();
+</pre>
+<h2 id="Notes" name="Notes">Megjegyzések</h2>
+<p>A stop() eljárás teljesen megegyezik azzal, amikor a 'megállás/betöltés megszakítása' gombra kattint a böngészőben. Amiatt a szabály miatt, melyben a kódok betöltöttek, a stop() eljárás nem állítja le azt, amit csak betölteni kell (nem letölteni a megjelenítéshez), de megszakítja a nagy képek, új ablakok, és egyéb objektumok betöltését, melynek el van halasztva a betöltése.</p>
+<h2 id="Specification" name="Specification">Tulajdonságok</h2>
+<p>DOM szint: 0. Nem része a tulajdonságoknak.</p>