- From: smaug---- <notifications@github.com>
- Date: Sun, 05 Jul 2015 12:03:07 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Sunday, 5 July 2015 19:03:36 UTC
In Gecko one can use a dummy iframe for this. iframe.contentDocument.open(); starts the busy indicator, and iframe.contentDocument.close() would stop it. I assume other engines would have the same behavior if they followed the spec on document.open()/close() more closely. But anyhow, I don't object adding API for busy indicator. Fetch spec of course wouldn't be the right place, but probably HTML. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/19#issuecomment-118651871
Received on Sunday, 5 July 2015 19:03:36 UTC