Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Progressive Web 应用程序中更改网络时获取回调?
示例:在 Flipkart Lite 中,当我们断开互联网连接时,应用颜色会从蓝色变为灰色,当我们从互联网连接时,应用颜色会从灰色变为蓝色。请告诉我,如何实现此功能?
您可以使用window.navigator.online属性,并且可以收听在线和离线事件。