1Module.postRun = Module.postRun || []; 2Module.postRun.push(function () { 3 postMessage({ target: 'window', method: 'verifyCanvasStyle' }); 4}) 5 6