Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a65a54

Browse files
committedJun 3, 2025··
generate
1 parent 7d81067 commit 6a65a54

12 files changed

+18
-18
lines changed
 

‎baselines/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26300,7 +26300,7 @@ declare var Response: {
2630026300
*/
2630126301
error(): Response;
2630226302
/**
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`.
26303+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
2630426304
*
2630526305
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
2630626306
*/
@@ -30292,7 +30292,7 @@ declare var SecurityPolicyViolationEvent: {
3029230292
*/
3029330293
interface Selection {
3029430294
/**
30295-
* The **`Selection.anchorNode`** read-only property returns the A user may make a selection from left to right (in document order) or right to left (reverse of document order).
30295+
* The **`Selection.anchorNode`** read-only property returns the Node in which the selection begins.
3029630296
*
3029730297
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/anchorNode)
3029830298
*/
@@ -30310,7 +30310,7 @@ interface Selection {
3031030310
*/
3031130311
readonly direction: string;
3031230312
/**
30313-
* The **`Selection.focusNode`** read-only property returns the A user may make a selection from left to right (in document order) or right to left (reverse of document order).
30313+
* The **`Selection.focusNode`** read-only property returns the Node in which the selection ends.
3031430314
*
3031530315
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/focusNode)
3031630316
*/

‎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()`** 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`.
6739+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
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()`** 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`.
6354+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
63556355
*
63566356
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
63576357
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26280,7 +26280,7 @@ declare var Response: {
2628026280
*/
2628126281
error(): Response;
2628226282
/**
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`.
26283+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
2628426284
*
2628526285
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
2628626286
*/
@@ -30271,7 +30271,7 @@ declare var SecurityPolicyViolationEvent: {
3027130271
*/
3027230272
interface Selection {
3027330273
/**
30274-
* The **`Selection.anchorNode`** read-only property returns the A user may make a selection from left to right (in document order) or right to left (reverse of document order).
30274+
* The **`Selection.anchorNode`** read-only property returns the Node in which the selection begins.
3027530275
*
3027630276
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/anchorNode)
3027730277
*/
@@ -30289,7 +30289,7 @@ interface Selection {
3028930289
*/
3029030290
readonly direction: string;
3029130291
/**
30292-
* The **`Selection.focusNode`** read-only property returns the A user may make a selection from left to right (in document order) or right to left (reverse of document order).
30292+
* The **`Selection.focusNode`** read-only property returns the Node in which the selection ends.
3029330293
*
3029430294
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/focusNode)
3029530295
*/

‎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()`** 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`.
6739+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
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()`** 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`.
6354+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
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()`** 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`.
7841+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
78427842
*
78437843
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
78447844
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26300,7 +26300,7 @@ declare var Response: {
2630026300
*/
2630126301
error(): Response;
2630226302
/**
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`.
26303+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
2630426304
*
2630526305
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
2630626306
*/
@@ -30292,7 +30292,7 @@ declare var SecurityPolicyViolationEvent: {
3029230292
*/
3029330293
interface Selection {
3029430294
/**
30295-
* The **`Selection.anchorNode`** read-only property returns the A user may make a selection from left to right (in document order) or right to left (reverse of document order).
30295+
* The **`Selection.anchorNode`** read-only property returns the Node in which the selection begins.
3029630296
*
3029730297
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/anchorNode)
3029830298
*/
@@ -30310,7 +30310,7 @@ interface Selection {
3031030310
*/
3031130311
readonly direction: string;
3031230312
/**
30313-
* The **`Selection.focusNode`** read-only property returns the A user may make a selection from left to right (in document order) or right to left (reverse of document order).
30313+
* The **`Selection.focusNode`** read-only property returns the Node in which the selection ends.
3031430314
*
3031530315
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Selection/focusNode)
3031630316
*/

‎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()`** 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`.
6739+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
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()`** 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`.
6354+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
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()`** 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`.
7841+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
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()`** 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`.
7841+
* The **`json()`** method of the Response interface takes a Response stream and reads it to completion.
78427842
*
78437843
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static)
78447844
*/

0 commit comments

Comments
 (0)
Please sign in to comment.