You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
So thanks by the repo, it's great!!
I can't run the code, it throw me:
DOMException: Failed to execute 'postMessage' on 'Worker': function (a, b, c) {
if (this instanceof C) {
switch (arguments.length) {
case 0:...<omitted>... } could not be cloned.
Edit: I have to send 'Promise', cause webpack transform 'Promise'
The text was updated successfully, but these errors were encountered:
fortil
changed the title
DOMException: Failed to execute 'postMessage' on 'Worker': function get(key) {
DOMException: Failed to execute 'postMessage' on 'Worker': function (a, b, c) {
Nov 30, 2017
The error was the Promise, in this case, but now show another error, I removed the polyfills
Code:
Error: Line 34 in blob:http://localhost:9080/ea8378f9-59f9-4efe-a27a-d181c29da420: Uncaught DataCloneError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': #<Promise> could not be cloned.
I can see that function in run not accept a Promise, but then I don't know how to return the values, 🤔
cause as parameters doesn't i can't pass a function...
Hi
So thanks by the repo, it's great!!
I can't run the code, it throw me:
And my code it's this:
Any idea?
Thanks
Edit: I have to send 'Promise', cause webpack transform 'Promise'
The text was updated successfully, but these errors were encountered: