forked from zenorocha/diveintohtml5
-
Notifications
You must be signed in to change notification settings - Fork 6
/
workers.html
105 lines (100 loc) · 3.53 KB
/
workers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
title: Web Workers - Dive Into HTML5
---
<!DOCTYPE html>
<html
lang="pt-br"
class=" js flexbox canvas canvastext webgl no-touch geolocation postmessage websqldatabase no-indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths"
>
<head>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<!--[if lt IE 9]><script src=j/html5.js></script><![endif]-->
<link
rel="alternate"
type="application/atom+xml"
href="https://github.com/webfatorial/diveintohtml5/commits/gh-pages.atom"
/>
<link
rel="alternate"
href="http://diveintohtml5.info/workers.html"
hreflang="en"
/>
<link rel="stylesheet" href="screen.css" />
<style>
body {
counter-reset: h1 8;
}
</style>
<link
rel="stylesheet"
media="only screen and (max-device-width: 480px)"
href="mobile.css"
/>
</head>
<body cz-shortcut-listen="true">
{% include fork.html %}
<p>
You are here: <a href="index.html">Home</a> <span class="u">‣</span>
<a href="table-of-contents.html#workers">Dive Into <abbr>HTML5</abbr></a>
<span class="u">‣</span>
</p>
<h1><br />Thread The Needle,<br />Thread The Script</h1>
<p id="toc"><a href="javascript:showTOC()">exibir índice analítico</a></p>
<p class="a">❧</p>
<h2 id="divingin">Diving In</h2>
<p class="f">
<img src="i/aoc-g.png" alt="G" width="106" height="103" />FIXME
</p>
<p class="a">❧</p>
<h2 id="further-reading">Further Reading</h2>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<p class="a">❧</p>
<p>
This has been “Thread The Needle, Thread The Script.” The
<a href="table-of-contents.html">full table of contents</a> has more if
you’d like to keep reading.
</p>
<div class="pf">
<h4>Did You Know?</h4>
<div class="moneybags">
<blockquote>
<p>
In association with Google Press, O’Reilly is distributing this book
in a variety of formats, including paper, ePub, Mobi, and
<abbr>DRM</abbr>-free <abbr>PDF</abbr>. The paid edition is called
“HTML5: Up & Running,” and it is available now. This chapter is
included in the paid edition.
</p>
<p>
If you liked this chapter and want to show your appreciation, you
can
<a
href="http://www.amazon.com/HTML5-Up-Running-Mark-Pilgrim/dp/0596806027?ie=UTF8&tag=diveintomark-20&creativeASIN=0596806027"
>buy “HTML5: Up & Running” with this affiliate link</a
>
or
<a href="http://oreilly.com/catalog/9780596806033"
>buy an electronic edition directly from O’Reilly</a
>. You’ll get a book, and I’ll get a buck. I do not currently accept
direct donations.
</p>
</blockquote>
</div>
</div>
{% include copyright.html %}
{% include google-search.html %}
<script src="j/jquery.js"></script>
<script src="j/modernizr.js"></script>
<script src="j/dih5.js"></script>
{% include google-analytics.html %}
</body>
</html>