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/serviceworker.generated.d.ts
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2368,6 +2368,10 @@ interface OVR_multiview2 {
2368
2368
readonlyMAX_VIEWS_OVR: GLenum;
2369
2369
}
2370
2370
2371
+
/** @deprecated - this is not available in most browsers */
2372
+
interfaceOffscreenCanvasextendsEventTarget{
2373
+
}
2374
+
2371
2375
/** This Canvas 2D API interface is used to declare a path that can then be used on a CanvasRenderingContext2D object. The path methods of the CanvasRenderingContext2D interface are also present on this interface, which gives you the convenience of being able to retain and replay your path whenever desired. */
2372
2376
interfacePath2DextendsCanvasPath{
2373
2377
/**
@@ -5619,7 +5623,7 @@ type BinaryData = ArrayBuffer | ArrayBufferView;
Copy file name to clipboardExpand all lines: baselines/sharedworker.generated.d.ts
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2278,6 +2278,10 @@ interface OVR_multiview2 {
2278
2278
readonlyMAX_VIEWS_OVR: GLenum;
2279
2279
}
2280
2280
2281
+
/** @deprecated - this is not available in most browsers */
2282
+
interfaceOffscreenCanvasextendsEventTarget{
2283
+
}
2284
+
2281
2285
/** This Canvas 2D API interface is used to declare a path that can then be used on a CanvasRenderingContext2D object. The path methods of the CanvasRenderingContext2D interface are also present on this interface, which gives you the convenience of being able to retain and replay your path whenever desired. */
2282
2286
interfacePath2DextendsCanvasPath{
2283
2287
/**
@@ -5662,7 +5666,7 @@ type BinaryData = ArrayBuffer | ArrayBufferView;
Copy file name to clipboardExpand all lines: baselines/webworker.generated.d.ts
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2426,6 +2426,10 @@ interface OVR_multiview2 {
2426
2426
readonlyMAX_VIEWS_OVR: GLenum;
2427
2427
}
2428
2428
2429
+
/** @deprecated - this is not available in most browsers */
2430
+
interfaceOffscreenCanvasextendsEventTarget{
2431
+
}
2432
+
2429
2433
/** This Canvas 2D API interface is used to declare a path that can then be used on a CanvasRenderingContext2D object. The path methods of the CanvasRenderingContext2D interface are also present on this interface, which gives you the convenience of being able to retain and replay your path whenever desired. */
2430
2434
interfacePath2DextendsCanvasPath{
2431
2435
/**
@@ -5893,7 +5897,7 @@ type BinaryData = ArrayBuffer | ArrayBufferView;
0 commit comments