private void pauseEventPropagationToDom() {
   checkEventQueue();
   threadPoolExecutor.pause();
 }