HubSpot / offline

Automatically display online/offline indication to your users
http://github.hubspot.com/offline/docs/welcome
MIT License
8.64k stars 846 forks source link

Init ui also when document.readyState is interactive #280

Open joker-777 opened 6 years ago

joker-777 commented 6 years ago

Ensure ui is rendered when document.readyState is interactive.

Quote From: https://developer.mozilla.org/en-US/docs/Web/API/document.readyState

"Returns "loading" while the document is loading, "interactive" once it is finished parsing but still loading sub-resources, and "complete" once it has loaded."

joker-777 commented 6 years ago

@also Is there any way get ownership of this repo? I think it is a nice tool and it would be a shame to keep unmaintained.