File tree Expand file tree Collapse file tree 16 files changed +16
-56
lines changed Expand file tree Collapse file tree 16 files changed +16
-56
lines changed Original file line number Diff line number Diff line change 6996
6996
/en-US/docs/Web/API/ByteLengthQueueingStrategy/ByteLengthQueueingStrategy /en-US/docs/Web/API/ByteLengthQueuingStrategy/ByteLengthQueuingStrategy
6997
6997
/en-US/docs/Web/API/ByteLengthQueueingStrategy/size /en-US/docs/Web/API/ByteLengthQueuingStrategy/size
6998
6998
/en-US/docs/Web/API/ByteLengthQueuingStrategy/ByteLengthQueueingStrategy /en-US/docs/Web/API/ByteLengthQueuingStrategy/ByteLengthQueuingStrategy
6999
+ /en-US/docs/Web/API/ByteString /en-US/docs/Web/JavaScript/Reference/Global_Objects/String
6999
7000
/en-US/docs/Web/API/CSS.escape /en-US/docs/Web/API/CSS/escape
7000
7001
/en-US/docs/Web/API/CSS.supports /en-US/docs/Web/API/CSS/supports
7001
7002
/en-US/docs/Web/API/CSSFontLoading_API /en-US/docs/Web/API/CSS_Font_Loading_API
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ <h3 id="Parameters">Parameters</h3>
71
71
(This behavior was corrected in Firefox 65 — see {{bug(1508661)}}).</ dd >
72
72
< dt > < code > headers</ code > </ dt >
73
73
< dd > Any headers you want to add to your request, contained within a
74
- {{domxref("Headers")}} object or an object literal with {{domxref("ByteString ")}}
74
+ {{domxref("Headers")}} object or an object literal with {{jsxref("String ")}}
75
75
values. Note that < a href ="/en-US/docs/Glossary/Forbidden_header_name "> some names
76
76
are forbidden</ a > .</ dd >
77
77
< dt > < code > body</ code > </ dt >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h2 id="Example">Example</h2>
43
43
44
44
< h2 id ="Value "> Value</ h2 >
45
45
46
- < p > A {{domxref("string ")}}.</ p >
46
+ < p > A {{jsxref("String ")}}.</ p >
47
47
48
48
< h2 id ="Specifications "> Specifications</ h2 >
49
49
Original file line number Diff line number Diff line change 15
15
< p > The < code > < strong > Headers.entries()</ strong > </ code > method returns an
16
16
{{jsxref("Iteration_protocols",'iterator')}} allowing to go through all key/value pairs
17
17
contained in this object. The both the key and value of each pairs are
18
- {{domxref("ByteString ")}} objects.</ p >
18
+ {{jsxref("String ")}} objects.</ p >
19
19
20
20
< div class ="note ">
21
21
< p > < strong > Note:</ strong > This method is available in < a
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ <h3 id="Parameters">Parameters</h3>
38
38
39
39
< h3 id ="Returns "> Returns</ h3 >
40
40
41
- < p > A {{domxref("ByteString ")}} sequence representing the values of the retrieved header or
41
+ < p > A {{jsxref("String ")}} sequence representing the values of the retrieved header or
42
42
< code > null</ code > if this header is not set.</ p >
43
43
44
44
< h2 id ="Example "> Example</ h2 >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ <h3 id="Parameters">Parameters</h3>
25
25
< dt > < code > init</ code > {{optional_inline}}</ dt >
26
26
< dd > An object containing any < a href ="/en-US/docs/Web/HTTP/Headers "> HTTP headers</ a >
27
27
that you want to pre-populate your < code > Headers</ code > object with. This can be a
28
- simple object literal with {{domxref("ByteString ")}} values; or an existing
28
+ simple object literal with {{jsxref("String ")}} values; or an existing
29
29
< code > Headers</ code > object. In the last case, the new < code > Headers</ code > object
30
30
copies its data from the existing < code > Headers</ code > object.</ dd >
31
31
</ dl >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h2 id="Methods">Methods</h2>
48
48
< dt > {{domxref("Headers.forEach()")}}</ dt >
49
49
< dd > Executes a provided function once for each array element.</ dd >
50
50
< dt > {{domxref("Headers.get()")}}</ dt >
51
- < dd > Returns a {{domxref("ByteString ")}} sequence of all the values of a header within a < code > Headers</ code > object with a given name.</ dd >
51
+ < dd > Returns a {{jsxref("String ")}} sequence of all the values of a header within a < code > Headers</ code > object with a given name.</ dd >
52
52
< dt > {{domxref("Headers.has()")}}</ dt >
53
53
< dd > Returns a boolean stating whether a < code > Headers</ code > object contains a certain header.</ dd >
54
54
< dt > {{domxref("Headers.keys()")}}</ dt >
Original file line number Diff line number Diff line change 14
14
15
15
< p > The < code > < strong > Headers.keys()</ strong > </ code > method returns an
16
16
{{jsxref("Iteration_protocols",'iterator')}} allowing to go through all keys contained
17
- in this object. The keys are {{domxref("ByteString ")}} objects.</ p >
17
+ in this object. The keys are {{jsxref("String ")}} objects.</ p >
18
18
19
19
< div class ="note ">
20
20
< p > < strong > Note:</ strong > This method is available in < a
Original file line number Diff line number Diff line change 14
14
15
15
< p > The < code > < strong > Headers.values()</ strong > </ code > method returns an
16
16
{{jsxref("Iteration_protocols",'iterator')}} allowing to go through all values contained
17
- in this object. The values are {{domxref("ByteString ")}} objects.</ p >
17
+ in this object. The values are {{jsxref("String ")}} objects.</ p >
18
18
19
19
< div class ="note ">
20
20
< p > < strong > Note:</ strong > This method is available in < a
You can’t perform that action at this time.
0 commit comments