我正在尝试使用offline.js,但如果服务器启动或关闭,我不明白如何控制结果Offline.js git
我的想法是这样的:
var result = function checkServer(){
Offline.options = {checks: {xhr: {url: 'https://www.google.com/'}}};
if(offline.options == true){
return true;
}else{
return false;
}
}
答案 0 :(得分:0)
您可以使用回调Offline.on(event, handler, context)
然后知道您是在线还是离线。请参阅文档:http://github.hubspot.com/offline/