File size: 173 Bytes
30c32c8
 
 
 
 
1
2
3
4
5
6
module.exports = {
    isWorker: true,
    // centralDispatchService is the object to call postMessage() on to send a message to parent.
    centralDispatchService: self
};