CEF4Delphi/bin/test.js
Salvador Díaz Fau 2173c94bf0 SchemeRegistrationBrowser demo improvements
- Added a local JavaScript file to show an alert dialog
- Added more comments to the demo.
2019-05-12 10:50:27 +02:00

6 lines
97 B
JavaScript

function myAlertFunction() {
alert('This alert dialog is declared in a local JS file.');
}