WorldLanguagesArchive / isOnlinev2

The extension code for isOnline V2
https://chrome.google.com/webstore/detail/isonline/pabjccjpgemijhffgnaamebfbcnalghj/
MIT License
13 stars 8 forks source link

Get status from the server #44

Open WorldLanguages opened 7 years ago

WorldLanguages commented 7 years ago

No need to calculate with local timestamps :)

radioblahaj commented 7 years ago

SO, You're Switching Timestps. Cool

Ascor8522 commented 6 years ago

Found something interesting... https://stackoverflow.com/questions/4282151/is-it-possible-to-ping-a-server-from-javascript

joker314 commented 6 years ago

@Smrman Thanks! However, we don't need to workaround CORS protection because the extension has explicit permission to access the isOnline server. Instead, we use XMLHttpRequests (this was a suggested answer to the question you linked) and we will continue to do so.

Thanks again for helping out with isOnline and finding that link!