We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for example,request callback
getCoreIndicatorList(params).then(({ data }) => { this.$worker.run((context,source)=>{ context.coreIndicator= source.todayTotalAmount | 0 },[this,data]). .then(() => // do something}) .catch(console.error)
Failed to execute 'postMessage' on 'Worker': function () { [native code] } could not be cloned.
The text was updated successfully, but these errors were encountered:
Your code sample has a typo: this,data should be this.data.
this,data
this.data
Sorry, something went wrong.
No branches or pull requests
for example,request callback
Failed to execute 'postMessage' on 'Worker': function () { [native code] } could not be cloned.
The text was updated successfully, but these errors were encountered: