Skip to content

Commit 2fc354e

Browse files
committed
-
1 parent 3877aad commit 2fc354e

12 files changed

+12
-12
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26300,7 +26300,7 @@ declare var Response: {
2630026300
*/
2630126301
error(): Response;
2630226302
/**
26303-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
26303+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
2630426304
*
2630526305
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
2630626306
*/

baselines/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6736,7 +6736,7 @@ declare var Response: {
67366736
*/
67376737
error(): Response;
67386738
/**
6739-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
6739+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
67406740
*
67416741
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
67426742
*/

baselines/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6351,7 +6351,7 @@ declare var Response: {
63516351
*/
63526352
error(): Response;
63536353
/**
6354-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
6354+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
63556355
*
63566356
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
63576357
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26280,7 +26280,7 @@ declare var Response: {
2628026280
*/
2628126281
error(): Response;
2628226282
/**
26283-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
26283+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
2628426284
*
2628526285
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
2628626286
*/

baselines/ts5.5/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6736,7 +6736,7 @@ declare var Response: {
67366736
*/
67376737
error(): Response;
67386738
/**
6739-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
6739+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
67406740
*
67416741
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
67426742
*/

baselines/ts5.5/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6351,7 +6351,7 @@ declare var Response: {
63516351
*/
63526352
error(): Response;
63536353
/**
6354-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
6354+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
63556355
*
63566356
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
63576357
*/

baselines/ts5.5/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7838,7 +7838,7 @@ declare var Response: {
78387838
*/
78397839
error(): Response;
78407840
/**
7841-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
7841+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
78427842
*
78437843
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
78447844
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26300,7 +26300,7 @@ declare var Response: {
2630026300
*/
2630126301
error(): Response;
2630226302
/**
26303-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
26303+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
2630426304
*
2630526305
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
2630626306
*/

baselines/ts5.6/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6736,7 +6736,7 @@ declare var Response: {
67366736
*/
67376737
error(): Response;
67386738
/**
6739-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
6739+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
67406740
*
67416741
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
67426742
*/

baselines/ts5.6/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6351,7 +6351,7 @@ declare var Response: {
63516351
*/
63526352
error(): Response;
63536353
/**
6354-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
6354+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
63556355
*
63566356
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
63576357
*/

baselines/ts5.6/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7838,7 +7838,7 @@ declare var Response: {
78387838
*/
78397839
error(): Response;
78407840
/**
7841-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
7841+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
78427842
*
78437843
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
78447844
*/

baselines/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7838,7 +7838,7 @@ declare var Response: {
78387838
*/
78397839
error(): Response;
78407840
/**
7841-
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
7841+
* The **`json()`** static method of the Response interface returns a `Response` that contains the provided JSON data as body, and a Content-Type header which is set to `application/json`.
78427842
*
78437843
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
78447844
*/

0 commit comments

Comments
 (0)