Path: csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Thomas 'PointedEars' Lahn Newsgroups: comp.lang.javascript Subject: Re: Flow of execution Date: Tue, 12 Apr 2016 00:34:34 +0200 Organization: PointedEars Software (PES) Lines: 32 Message-ID: <1722790.1xdgVE6FbG@PointedEars.de> References: Reply-To: Thomas 'PointedEars' Lahn Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Trace: solani.org 1460414074 16469 eJwFwYEBgDAIA7CX7AoFz4EJ/59g4hR0w+QyX1+B5Bs22cXaOdw6A1y0JjN84fE9XQLiFH8U3RDD (11 Apr 2016 22:34:34 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Mon, 11 Apr 2016 22:34:34 +0000 (UTC) User-Agent: KNode/4.14.2 X-User-ID: eJwNytEBRDEEBMCWVoJQDs72X8K7+R67Lj5P3VyNRiUq0BqThAK28ZK/ma4jaT2A5Gb8IztyUHkr3p6eS9nzAVmxFfc= Cancel-Lock: sha1:HDNR3Y0VofEMed+TuAJ7+ayMhAo= X-NNTP-Posting-Host: eJwFwQkBwDAIA0BL42/kQEb9S+hdWEqyPCM9blyyZixG0/+vB1alFPYuYjELFStXP4dotD8pYBE5 Xref: csiph.com comp.lang.javascript:30263 Christoph M. Becker wrote: > On 10.04.2016 at 11:58, emf wrote: >> window.onload = function () { >> "use strict"; >> document.getElementById("start").onclick = function () { >> requestFullScreen(); >> init(); >> alert("!"); // added alert >> }; >> }; >> >> […] But […] the alert appears immediately after the html is loaded. > > > says (emphasis mine): > > | The Element.requestFullscreen() method issues an *asynchronous* > | request to make the element be displayed full-screen. > > The full specification of Element.requestFullScreen() clarifies the > details: > . I fail to see how your follow-up relates to the posting it is a follow-up to. -- PointedEars FAQ: | SVN: Twitter: @PointedEars2 | ES Matrix: Please do not cc me. / Bitte keine Kopien per E-Mail.