Comment 1 for bug 1855737

Revision history for this message
Bill Erickson (berick) wrote :

The DataCloneError is caused by the offline-db-worker.js attempting to return an error object to the caller which is not serializable across the shared worker message port. The issue is bypassed by not returning the 'err' object replyError(). We still need to diagnose the source of the error.