我正在建立一个需要离线工作的闹钟网络应用。如何缓存小型mp3铃声,以便在应用程序离线时警报仍然响起?
答案 0 :(得分:2)
您可以使用webSQL,indexdb,localstorage或cookie进行缓存。我认为使用localstorage是最简单的解决方案。
简单地添加一个appdata.manifest文件,其中包含您要存储的铃声。 然后在html标签中添加
<html lang="en" manifest="appdata.manifest">
缓存文件
CACHE MANIFEST
NETWORK:
/page.html
CACHE:
# v0
# This file will tell the broweser what needs to be Cached
# Spaces are ignored
# Blank Lines are ignored
/music/music.mp3