mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
Expose through the actual JS API too
This commit is contained in:
@@ -280,6 +280,10 @@ module.exports = {
|
||||
|
||||
showErrorBox: function (...args) {
|
||||
return binding.showErrorBox(...args)
|
||||
},
|
||||
|
||||
showCertificateTrustDialog: function (...args) {
|
||||
return binding.showCertificateTrustDialog(...args)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user