mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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