Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8512,7 +8512,7 @@ declare var CompressionStream: {
*/
interface ConstantSourceNode extends AudioScheduledSourceNode {
/**
* The read-only `offset` property of the ConstantSourceNode interface returns a AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
* The read-only `offset` property of the ConstantSourceNode interface returns an AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ConstantSourceNode/offset)
*/
Expand Down Expand Up @@ -19049,7 +19049,7 @@ declare var IDBVersionChangeEvent: {
};

/**
* The **`IIRFilterNode`** interface of the Web Audio API is a AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
* The **`IIRFilterNode`** interface of the Web Audio API is an AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IIRFilterNode)
*/
Expand Down Expand Up @@ -19174,7 +19174,7 @@ interface ImageCapture {
*/
getPhotoSettings(): Promise<PhotoSettings>;
/**
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with a ImageBitmap containing the snapshot.
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with an ImageBitmap containing the snapshot.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture/grabFrame)
*/
Expand Down Expand Up @@ -29835,7 +29835,7 @@ interface SVGSVGElement extends SVGGraphicsElement, SVGFitToViewBox, WindowEvent
*/
createSVGPoint(): DOMPoint;
/**
* The `createSVGRect()` method of the SVGSVGElement interface creates an DOMRect object outside of any document trees.
* The `createSVGRect()` method of the SVGSVGElement interface creates a DOMRect object outside of any document trees.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/createSVGRect)
*/
Expand Down Expand Up @@ -31385,7 +31385,7 @@ interface SourceBuffer extends EventTarget {
*/
timestampOffset: number;
/**
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer() or SourceBuffer.remove() operation is currently in progress.
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer or SourceBuffer.remove operation is currently in progress.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SourceBuffer/updating)
*/
Expand Down
10 changes: 5 additions & 5 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8501,7 +8501,7 @@ declare var CompressionStream: {
*/
interface ConstantSourceNode extends AudioScheduledSourceNode {
/**
* The read-only `offset` property of the ConstantSourceNode interface returns a AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
* The read-only `offset` property of the ConstantSourceNode interface returns an AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ConstantSourceNode/offset)
*/
Expand Down Expand Up @@ -19025,7 +19025,7 @@ declare var IDBVersionChangeEvent: {
};

/**
* The **`IIRFilterNode`** interface of the Web Audio API is a AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
* The **`IIRFilterNode`** interface of the Web Audio API is an AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IIRFilterNode)
*/
Expand Down Expand Up @@ -19150,7 +19150,7 @@ interface ImageCapture {
*/
getPhotoSettings(): Promise<PhotoSettings>;
/**
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with a ImageBitmap containing the snapshot.
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with an ImageBitmap containing the snapshot.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture/grabFrame)
*/
Expand Down Expand Up @@ -29810,7 +29810,7 @@ interface SVGSVGElement extends SVGGraphicsElement, SVGFitToViewBox, WindowEvent
*/
createSVGPoint(): DOMPoint;
/**
* The `createSVGRect()` method of the SVGSVGElement interface creates an DOMRect object outside of any document trees.
* The `createSVGRect()` method of the SVGSVGElement interface creates a DOMRect object outside of any document trees.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/createSVGRect)
*/
Expand Down Expand Up @@ -31360,7 +31360,7 @@ interface SourceBuffer extends EventTarget {
*/
timestampOffset: number;
/**
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer() or SourceBuffer.remove() operation is currently in progress.
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer or SourceBuffer.remove operation is currently in progress.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SourceBuffer/updating)
*/
Expand Down
10 changes: 5 additions & 5 deletions baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8509,7 +8509,7 @@ declare var CompressionStream: {
*/
interface ConstantSourceNode extends AudioScheduledSourceNode {
/**
* The read-only `offset` property of the ConstantSourceNode interface returns a AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
* The read-only `offset` property of the ConstantSourceNode interface returns an AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ConstantSourceNode/offset)
*/
Expand Down Expand Up @@ -19046,7 +19046,7 @@ declare var IDBVersionChangeEvent: {
};

/**
* The **`IIRFilterNode`** interface of the Web Audio API is a AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
* The **`IIRFilterNode`** interface of the Web Audio API is an AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IIRFilterNode)
*/
Expand Down Expand Up @@ -19171,7 +19171,7 @@ interface ImageCapture {
*/
getPhotoSettings(): Promise<PhotoSettings>;
/**
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with a ImageBitmap containing the snapshot.
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with an ImageBitmap containing the snapshot.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture/grabFrame)
*/
Expand Down Expand Up @@ -29832,7 +29832,7 @@ interface SVGSVGElement extends SVGGraphicsElement, SVGFitToViewBox, WindowEvent
*/
createSVGPoint(): DOMPoint;
/**
* The `createSVGRect()` method of the SVGSVGElement interface creates an DOMRect object outside of any document trees.
* The `createSVGRect()` method of the SVGSVGElement interface creates a DOMRect object outside of any document trees.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/createSVGRect)
*/
Expand Down Expand Up @@ -31382,7 +31382,7 @@ interface SourceBuffer extends EventTarget {
*/
timestampOffset: number;
/**
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer() or SourceBuffer.remove() operation is currently in progress.
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer or SourceBuffer.remove operation is currently in progress.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SourceBuffer/updating)
*/
Expand Down
10 changes: 5 additions & 5 deletions baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8509,7 +8509,7 @@ declare var CompressionStream: {
*/
interface ConstantSourceNode extends AudioScheduledSourceNode {
/**
* The read-only `offset` property of the ConstantSourceNode interface returns a AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
* The read-only `offset` property of the ConstantSourceNode interface returns an AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ConstantSourceNode/offset)
*/
Expand Down Expand Up @@ -19046,7 +19046,7 @@ declare var IDBVersionChangeEvent: {
};

/**
* The **`IIRFilterNode`** interface of the Web Audio API is a AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
* The **`IIRFilterNode`** interface of the Web Audio API is an AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IIRFilterNode)
*/
Expand Down Expand Up @@ -19171,7 +19171,7 @@ interface ImageCapture {
*/
getPhotoSettings(): Promise<PhotoSettings>;
/**
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with a ImageBitmap containing the snapshot.
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with an ImageBitmap containing the snapshot.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture/grabFrame)
*/
Expand Down Expand Up @@ -29832,7 +29832,7 @@ interface SVGSVGElement extends SVGGraphicsElement, SVGFitToViewBox, WindowEvent
*/
createSVGPoint(): DOMPoint;
/**
* The `createSVGRect()` method of the SVGSVGElement interface creates an DOMRect object outside of any document trees.
* The `createSVGRect()` method of the SVGSVGElement interface creates a DOMRect object outside of any document trees.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/createSVGRect)
*/
Expand Down Expand Up @@ -31382,7 +31382,7 @@ interface SourceBuffer extends EventTarget {
*/
timestampOffset: number;
/**
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer() or SourceBuffer.remove() operation is currently in progress.
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer or SourceBuffer.remove operation is currently in progress.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SourceBuffer/updating)
*/
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn
Submodule mdn updated 1829 files