mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1823 (#22227)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
08cef43e82
commit
f610577a18
@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1821",
|
||||
"revision": "1823",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
||||
@ -1237,7 +1237,7 @@ export module Protocol {
|
||||
/**
|
||||
* The type of rendering context backing the canvas element.
|
||||
*/
|
||||
export type ContextType = "canvas-2d"|"bitmaprenderer"|"webgl"|"webgl2";
|
||||
export type ContextType = "canvas-2d"|"offscreen-canvas-2d"|"bitmaprenderer"|"webgl"|"webgl2";
|
||||
export type ProgramType = "compute"|"render";
|
||||
export type ShaderType = "compute"|"fragment"|"vertex";
|
||||
/**
|
||||
@ -7652,7 +7652,7 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
||||
/**
|
||||
* The type of the recording.
|
||||
*/
|
||||
export type Type = "canvas-2d"|"canvas-bitmaprenderer"|"canvas-webgl"|"canvas-webgl2";
|
||||
export type Type = "canvas-2d"|"offscreen-canvas-2d"|"canvas-bitmaprenderer"|"canvas-webgl"|"canvas-webgl2";
|
||||
export type Initiator = "frontend"|"console"|"auto-capture";
|
||||
/**
|
||||
* Information about the initial state of the recorded object.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user