1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

SchemeRegistrationBrowser demo improvements

- Added a local JavaScript file to show an alert dialog
- Added more comments to the demo.
This commit is contained in:
Salvador Díaz Fau
2019-05-12 10:50:27 +02:00
parent 59f3441b1e
commit 2173c94bf0
4 changed files with 24 additions and 2 deletions

5
bin/test.js Normal file
View File

@@ -0,0 +1,5 @@
function myAlertFunction() {
alert('This alert dialog is declared in a local JS file.');
}