• About Cacher
  • Web App
  • Download
  • Sign In
  • Sign Up

Cacher is the code snippet organizer for pro developers

We empower you and your team to get more done, faster

Learn More
beka
5/7/2019 - 10:26 AM

联网状态

Saved from https://mp.weixin.qq.com/s?__biz=MzA5NzkwNDk3MQ==&mid=2650589701&idx=1&sn=841f70f60d967ce061edf79654ddbc98&chksm=8891da21bfe65337552a35d6929891bd722999b7b0f9122841a5948ca70a89db28cd4991ce78&scene=0&xtrack=1&key=a42db36fc0b95fa904cd576da68e68b7fb5b54271ba2009bad6f8c15212ec565de8194feed956aa8f1589a1b3026a6a411862ad8c83d73c7e30f5ba2bbddae62847d766ee4fed360ec294af09565f8ee&ascene=1&uin=OTExNTA1NQ%3D%3D&devicetype=Windows+10&version=62060739&lang=zh_CN&pass_ticket=JA9noEKvn6270UmkqVtyWA%2FB%2Bf%2FL3UNDsPWd5SbCxK8%3D

navigator.onLine.js
content_copyfile_download
mounted(){    let self = this;    window.addEventListener('online',  self.updateOnlineStatus, true);    window.addEventListener('offline', self.updateOnlineStatus, true);},methods: {    updateOnlineStatus: function(){        var self = this;        self.onLineInfo = navigator.onLine ? "online" : "offline";    },}
Apps
  • Web App
  • macOS
  • Windows
  • Linux - AppImage
  • Linux - Snap
Links
  • Sign Up
  • Sign In
  • About
  • Pricing
Support
  • Help Center
  • Contact Us
  • Status
Resources
  • Documentation
  • Blog
  • Terms of Use
  • Privacy Policy
© 2025 Penguin Labs, LLC
All Rights Reserved