为什么我得到 IDBObserver is not defined?
Why do I get IDBObserver is not defined?
我正在尝试在 Chrome 中使用 IndexedDB Observables。
根据 the sample page,它们适用于 Chrome 57+。我在 Chrome 84。使用链接的示例页面,我收到错误 Uncaught ReferenceError: IDBObserver is not defined (Your browser may not support this feature.)
我自己的代码也有类似的问题。
我需要做什么才能使用 IDBObserver?
Observers 是一项实验性功能,仅在标记后可用,如您 link 的示例页面所述。您是否通过命令行或 chrome://flags/ ?
启用标志
我正在尝试在 Chrome 中使用 IndexedDB Observables。
根据 the sample page,它们适用于 Chrome 57+。我在 Chrome 84。使用链接的示例页面,我收到错误 Uncaught ReferenceError: IDBObserver is not defined (Your browser may not support this feature.)
我自己的代码也有类似的问题。
我需要做什么才能使用 IDBObserver?
Observers 是一项实验性功能,仅在标记后可用,如您 link 的示例页面所述。您是否通过命令行或 chrome://flags/ ?
启用标志