BigW Consortium Gitlab

Fixed diff_worker not compiling correctly

Closes #41182
parent b540b987
import { computeDiff } from './diff';
self.addEventListener('message', (e) => {
// eslint-disable-next-line prefer-arrow-callback
self.addEventListener('message', function diffWorker(e) {
const data = e.data;
self.postMessage({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment