mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1917 (#27444)
Signed-off-by: Max Schmitt <max@schmitt.mx> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
3f6b419fee
commit
5e2b9f158c
@ -39,7 +39,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1916",
|
||||
"revision": "1917",
|
||||
"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"|"offscreen-canvas-2d"|"bitmaprenderer"|"webgl"|"webgl2";
|
||||
export type ContextType = "canvas-2d"|"offscreen-canvas-2d"|"bitmaprenderer"|"webgl"|"webgl2"|"webgpu";
|
||||
export type ProgramType = "compute"|"render";
|
||||
export type ShaderType = "compute"|"fragment"|"vertex";
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user