mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
No FF playwright webgpu
This commit is contained in:
parent
27cb267833
commit
5c12a3aa2e
|
|
@ -185,7 +185,10 @@ export const MEDIA_RECORDER_HEADLESS_NOT_SUPPORTED_BROWSERS = new Set([
|
|||
"webkit",
|
||||
]);
|
||||
export const PYODIDE_HEADLESS_NOT_SUPPORTED_BROWSERS = new Set(["firefox"]);
|
||||
export const WEBGPU_HEADLESS_NOT_SUPPORTED_BROWSERS = new Set(["webkit"]);
|
||||
export const WEBGPU_HEADLESS_NOT_SUPPORTED_BROWSERS = new Set([
|
||||
"firefox",
|
||||
"webkit",
|
||||
]);
|
||||
|
||||
export const FILE_MENU_ITEMS = [
|
||||
/^Open$/,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user