docs(api): Add missing APIs to dialog allowlist (#5858)

This commit is contained in:
TomatoCake 2022-12-27 14:40:28 +01:00 committed by GitHub
parent bf550f94cc
commit ff99a9bf74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@
* "allowlist": {
* "dialog": {
* "all": true, // enable all dialog APIs
* "ask": true, // enable dialog ask API
* "confirm": true, // enable dialog confirm API
* "message": true, // enable dialog message API
* "open": true, // enable file open API
* "save": true // enable file save API
* }