You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: baselines/dom.generated.d.ts
+25-14Lines changed: 25 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2230,8 +2230,10 @@ declare var AudioParamMap: {
2230
2230
new(): AudioParamMap;
2231
2231
};
2232
2232
2233
-
/** The Web Audio API events that occur when a ScriptProcessorNode input buffer is ready to be processed.
2234
-
* @deprecated As of the August 29 2014 Web Audio API spec publication, this feature has been marked as deprecated, and is soon to be replaced by AudioWorklet. */
2233
+
/**
2234
+
* The Web Audio API events that occur when a ScriptProcessorNode input buffer is ready to be processed.
2235
+
* @deprecated As of the August 29 2014 Web Audio API spec publication, this feature has been marked as deprecated, and is soon to be replaced by AudioWorklet.
2236
+
*/
2235
2237
interface AudioProcessingEvent extends Event {
2236
2238
/** @deprecated */
2237
2239
readonly inputBuffer: AudioBuffer;
@@ -6302,7 +6304,7 @@ declare var HTMLDetailsElement: {
6302
6304
new(): HTMLDetailsElement;
6303
6305
};
6304
6306
6305
-
/** @deprecated - this is not available in most browsers */
6307
+
/** @deprecated this is not available in most browsers */
/** Provides event properties that are specific to modifications to the Document Object Model (DOM) hierarchy and nodes.
10223
-
* @deprecated DOM4 [DOM] provides a new mechanism using a MutationObserver interface which addresses the use cases that mutation events solve, but in a more performant manner. Thus, this specification describes mutation events for reference and completeness of legacy behavior, but deprecates the use of the MutationEvent interface. */
10224
+
/**
10225
+
* Provides event properties that are specific to modifications to the Document Object Model (DOM) hierarchy and nodes.
10226
+
* @deprecated DOM4 [DOM] provides a new mechanism using a MutationObserver interface which addresses the use cases that mutation events solve, but in a more performant manner. Thus, this specification describes mutation events for reference and completeness of legacy behavior, but deprecates the use of the MutationEvent interface.
@@ -11121,8 +11126,10 @@ declare var PerformanceMeasure: {
11121
11126
new(): PerformanceMeasure;
11122
11127
};
11123
11128
11124
-
/** The legacy PerformanceNavigation interface represents information about how the navigation to the current document was done.
11125
-
* @deprecated This interface is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead. */
11129
+
/**
11130
+
* The legacy PerformanceNavigation interface represents information about how the navigation to the current document was done.
11131
+
* @deprecated This interface is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead.
11132
+
*/
11126
11133
interface PerformanceNavigation {
11127
11134
/** @deprecated */
11128
11135
readonly redirectCount: number;
@@ -11237,8 +11244,10 @@ declare var PerformanceServerTiming: {
11237
11244
new(): PerformanceServerTiming;
11238
11245
};
11239
11246
11240
-
/** A legacy interface kept for backwards compatibility and contains properties that offer performance timing information for various events which occur during the loading and use of the current page. You get a PerformanceTiming object describing your page using the window.performance.timing property.
11241
-
* @deprecated This interface is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead. */
11247
+
/**
11248
+
* A legacy interface kept for backwards compatibility and contains properties that offer performance timing information for various events which occur during the loading and use of the current page. You get a PerformanceTiming object describing your page using the window.performance.timing property.
11249
+
* @deprecated This interface is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead.
/** Allows the generation, processing, or analyzing of audio using JavaScript.
13850
-
* @deprecated As of the August 29 2014 Web Audio API spec publication, this feature has been marked as deprecated, and was replaced by AudioWorklet (see AudioWorkletNode). */
13858
+
/**
13859
+
* Allows the generation, processing, or analyzing of audio using JavaScript.
13860
+
* @deprecated As of the August 29 2014 Web Audio API spec publication, this feature has been marked as deprecated, and was replaced by AudioWorklet (see AudioWorkletNode).
0 commit comments