File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
channel-messaging-multimessage
web-workers/simple-web-worker Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 77 < title > My page title</ title >
88 < link href ='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Lobster+Two ' rel ='stylesheet ' type ='text/css '>
99 < link rel ="stylesheet " href ="style.css ">
10- <!--[if lt IE 9]>
11- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12- <![endif]-->
1310 </ head >
1411 < body >
1512 < ul > </ ul >
3532 port2 . postMessage ( 'Message received by IFrame: "' + e . data + '"' ) ;
3633 }
3734 </ script >
38- </ html >
35+ </ html >
Original file line number Diff line number Diff line change 88 < title > Web Workers basic example</ title >
99
1010 < link rel ="stylesheet " href ="style.css ">
11- <!--[if lt IE 9]>
12- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13- <![endif]-->
1411 </ head >
1512
1613 < body >
You can’t perform that action at this time.
0 commit comments