【发布时间】:2020-08-22 20:30:58
【问题描述】:
我正在尝试在 Chrome 中使用 IndexedDB Observables。
根据the sample page,它们在 Chrome 57+ 中可用。我在 Chrome 84 上。使用链接的示例页面,我收到错误 Uncaught ReferenceError: IDBObserver is not defined (Your browser may not support this feature.) 我自己的代码也有类似的问题。
我需要做什么才能使用 IDBObserver?
【问题讨论】: