@@ -40,6 +40,7 @@ <h2 class="no-num no-toc" id="table-of-contents">Table of Contents</h2>
40
40
<!--begin-toc-->
41
41
< ul class ="toc ">
42
42
< li > < a class ="no-num short " href ="#goals "> Goals</ a > </ li >
43
+ < li > < a class ="no-num short " href ="#preface "> Preface</ a > </ li >
43
44
< li > < a class ="short " href ="#conformance "> < span class ="secno "> 1 </ span > Conformance</ a > </ li >
44
45
< li > < a href ="#infrastructure "> < span class ="secno "> 2 </ span > Infrastructure</ a >
45
46
< ul class ="toc ">
@@ -120,6 +121,26 @@ <h2 class="no-num short" id="goals">Goals</h2>
120
121
121
122
122
123
124
+ < h2 class ="no-num short " id ="preface "> Preface</ h2 >
125
+
126
+ < p > At a high level, fetching a resource is a fairly simple operation. A request goes in, a
127
+ response comes out. <!--You can't explain that! --> The details of that operation are
128
+ however quite involved and used to not be written down carefully and differ from one API
129
+ to the next.
130
+
131
+ < p > Numerous APIs provide the ability to fetch a resource, e.g. HTML's < code > img</ code > and
132
+ < code > script</ code > element, CSS' < code > cursor</ code > and < code > list-style-image</ code > ,
133
+ the < code > navigator.sendBeacon()</ code > and < code > self.importScripts()</ code > JavaScript
134
+ APIs. The Fetch Standard provides a unified architecture for these features so they are
135
+ all consistent when it comes to various aspects of fetching, such as redirects and the
136
+ CORS protocol.
137
+
138
+ < p > The Fetch Standard also defines the < code title ="dom-global-fetch "> < a href ="#dom-global-fetch "> fetch()</ a > </ code >
139
+ JavaScript API, which exposes most of the networking functionality at a fairly low level
140
+ of abstraction.
141
+
142
+
143
+
123
144
< h2 class ="short " id ="conformance "> < span class ="secno "> 1 </ span > Conformance</ h2 >
124
145
125
146
< p > All diagrams, examples, and notes in this specification are
@@ -4065,6 +4086,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
4065
4086
Jesse M. Heines,
4066
4087
Jonas Sicking,
4067
4088
Jonathan Kingston,
4089
+ Jörn Zaefferer,
4068
4090
Julian Reschke,
4069
4091
송정기 (Jungkee Song),
4070
4092
Jussi Kalliokoski,
0 commit comments