我在 indexeddb 添加事务之前设置回调函数时遇到问题
os = ...the object store (IDBObjectStore) object assigned here
os.onsuccess = function(){alert('dont mess with Messi')}
os.add({name:'Lionel Messi',team:'FC Barcelona',position:'striker',number:10});
该条目已成功添加到对象存储中,但不会触发 onsuccess 事件的函数。还有另一个事件称为 onerror。我应该改用它吗?我不这么认为
不要问我“你能给出错误部分吗?” 因为根本没有错误