Expose through the actual JS API too
This commit is contained in:
parent
bcecba20e6
commit
0b7ffd094a
1 changed files with 4 additions and 0 deletions
|
@ -280,6 +280,10 @@ module.exports = {
|
|||
|
||||
showErrorBox: function (...args) {
|
||||
return binding.showErrorBox(...args)
|
||||
},
|
||||
|
||||
showCertificateTrustDialog: function (...args) {
|
||||
return binding.showCertificateTrustDialog(...args)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue