Skip to content
Snippets Groups Projects

fix for latest client release

Merged Jake Taylor requested to merge release into master
3 files
+ 33
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -23,7 +23,7 @@ import (
// WorkerJavascriptFileURL is the URL of the script the worker will execute to
// launch the worker WASM binary. It must obey the same-origin policy.
const WorkerJavascriptFileURL = "/integrations/assets/indexedDbWorker.js"
const WorkerJavascriptFileURL = "/integrations/assets/dmIndexedDbWorker.js"
// MessageReceivedCallback is called any time a message is received or updated.
//
Loading