allow apps to specify cwd for sandbox setup.

This commit is contained in:
iceweasel-oai
2026-03-04 09:01:36 -08:00
parent 8a59386273
commit 334232f049
9 changed files with 39 additions and 7 deletions

View File

@@ -2864,6 +2864,13 @@
},
"WindowsSandboxSetupStartParams": {
"properties": {
"cwd": {
"format": "path",
"type": [
"string",
"null"
]
},
"mode": {
"$ref": "#/definitions/WindowsSandboxSetupMode"
}
@@ -3908,4 +3915,4 @@
}
],
"title": "ClientRequest"
}
}