I recently came across a JavaScript file in our source tree with lots of calls like
window.external.getParameter()
window.external.createGUID()
window.external.readStringFromRegistry()
and so on and I'm really confused about it.
Are these somehow native calls to the Windows API? And where can I find more information about all the available window.external
namespace functions?