ritwickdey / live-server-web-extension

It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter)
https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/
MIT License
801 stars 332 forks source link

Enhancement: Add in delay before auto-reloading for remote servers. #76

Open Codingale opened 3 years ago

Codingale commented 3 years ago

Just installed the extension already ran into my first snag with it. I have to save once, then add a space and save again in order to preview the changes as the browser reloads the moment I save, and not after SimpleFTP is done uploading the file.

An easy, quick fix would be to just add a configurable delay before reloading the page in the extension. Seems similar to #49 but they closed the issue so who knows.

Should be among the easier to implement and push out; thanks for your time.