Vue reactive Proxies cannot be serialized by the Structured Clone Algorithm used by postMessage/Comlink. Use toRaw() on this.files and this.userSettings before passing them to data.update() to avoid the DataCloneError.
Vue reactive Proxies cannot be serialized by the Structured Clone Algorithm used by postMessage/Comlink. Use toRaw() on this.files and this.userSettings before passing them to data.update() to avoid the DataCloneError.