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.
我正在写一份报告,但不记得我在哪里读到的。他们切换到 indexedDB 的原因
WebSQL 的问题在于使用哪种 SQL 方言。每个浏览器都会在后台使用自己的 SQL 方言实现自己的数据库,这意味着没有标准化。有关它的更多信息,请阅读此处
WebSQL 已弃用。IndexedDB 是新标准,当然,在精神上更好的 Javascript 风格和可扩展性。