This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE> | |
<html> | |
<head></head> | |
<body> | |
<p>Start the worker from the browser console (fire up a CPU monitor to | |
have some sort of visual feedback)</p> | |
<pre>worker.postMessage("run")</pre> | |
<p>you will NOT be able to stop it with</p> | |
<pre>worker.postMessage("stop")</pre> | |
<p>What I'd expected:</p> |
NewerOlder