s4s-editor / local-scratch-vm /src /extension-support /tw-extension-worker-context.js
soiz1's picture
Upload 811 files
30c32c8 verified
raw
history blame
173 Bytes
module.exports = {
isWorker: true,
// centralDispatchService is the object to call postMessage() on to send a message to parent.
centralDispatchService: self
};