Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

在压缩过程出出现错误,让人很蛋疼,送上代码 #316

Open
webyou0 opened this issue Dec 5, 2018 · 0 comments
Open

在压缩过程出出现错误,让人很蛋疼,送上代码 #316

webyou0 opened this issue Dec 5, 2018 · 0 comments

Comments

@webyou0
Copy link

webyou0 commented Dec 5, 2018

function(){
this.deleteDataByKey=function (storeName, index) {
var transaction = this.db.transaction(storeName, 'readwrite');
var store = transaction.objectStore(storeName);
store.delete(index); //---我的“.delete”被认为错误了
cursor.continue(); //---我的“.continue”被认为错误了
};
return this;
}

我只好更正了写法如图:
uv zr b18cx_tsvt r mem

是不是有些想吐血的感觉,我压缩呢,还要增加代码,请尽快更新解决哦!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant