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
+38
Original file line number
Diff line number
Diff line change
@@ -3737,6 +3737,43 @@ declare var CDATASection: {
3737
3737
new(): CDATASection;
3738
3738
};
3739
3739
3740
+
/**
3741
+
* The `CSPViolationReportBody` interface is an extension of the Reporting API that represents the body of a Content Security Policy (CSP) violation report.
Copy file name to clipboardExpand all lines: baselines/ts5.5/dom.generated.d.ts
+38
Original file line number
Diff line number
Diff line change
@@ -3737,6 +3737,43 @@ declare var CDATASection: {
3737
3737
new(): CDATASection;
3738
3738
};
3739
3739
3740
+
/**
3741
+
* The `CSPViolationReportBody` interface is an extension of the Reporting API that represents the body of a Content Security Policy (CSP) violation report.
Copy file name to clipboardExpand all lines: baselines/ts5.5/webworker.generated.d.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -4588,7 +4588,7 @@ declare var MediaSourceHandle: {
4588
4588
};
4589
4589
4590
4590
/**
4591
-
* The **`MediaStreamTrackProcessor`** interface of the Insertable Streams for MediaStreamTrack API consumes a video MediaStreamTrack object's source and generates a stream of VideoFrames.
4591
+
* The **`MediaStreamTrackProcessor`** interface of the Insertable Streams for MediaStreamTrack API consumes a video MediaStreamTrack object's source and generates a stream of VideoFrame objects.
Copy file name to clipboardExpand all lines: baselines/ts5.6/dom.generated.d.ts
+38
Original file line number
Diff line number
Diff line change
@@ -3737,6 +3737,43 @@ declare var CDATASection: {
3737
3737
new(): CDATASection;
3738
3738
};
3739
3739
3740
+
/**
3741
+
* The `CSPViolationReportBody` interface is an extension of the Reporting API that represents the body of a Content Security Policy (CSP) violation report.
Copy file name to clipboardExpand all lines: baselines/ts5.6/webworker.generated.d.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -4588,7 +4588,7 @@ declare var MediaSourceHandle: {
4588
4588
};
4589
4589
4590
4590
/**
4591
-
* The **`MediaStreamTrackProcessor`** interface of the Insertable Streams for MediaStreamTrack API consumes a video MediaStreamTrack object's source and generates a stream of VideoFrames.
4591
+
* The **`MediaStreamTrackProcessor`** interface of the Insertable Streams for MediaStreamTrack API consumes a video MediaStreamTrack object's source and generates a stream of VideoFrame objects.
Copy file name to clipboardExpand all lines: baselines/webworker.generated.d.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -4588,7 +4588,7 @@ declare var MediaSourceHandle: {
4588
4588
};
4589
4589
4590
4590
/**
4591
-
* The **`MediaStreamTrackProcessor`** interface of the Insertable Streams for MediaStreamTrack API consumes a video MediaStreamTrack object's source and generates a stream of VideoFrames.
4591
+
* The **`MediaStreamTrackProcessor`** interface of the Insertable Streams for MediaStreamTrack API consumes a video MediaStreamTrack object's source and generates a stream of VideoFrame objects.
0 commit comments