Cronologjie versions di JavaScript-Java Bridge - 2 versions
JavaScript-Java Bridge di Advanced Machine Controls
Cronologjie versions di JavaScript-Java Bridge - 2 versions
Sta atent cu lis versions vecjis! Chês a vegnin visualizadis par finalitâts di prove e di riferiment.Tu varessis di doprâ simpri la ultime version di un component adizionâl.
Ultime version
Version 1.81
Publicât 2020. okt. 14. - 22,41 kBAl funzione cun firefox58.0 e sucessivisFor an unknown reason, the Preferences window was not appearing on Version 1.8.Codiç sorzint publicât sot licence DevWheels V1
Discjame FirefoxTi covente Firefox par doprâ cheste estensionVersions plui vecjis
Version 1.8
Publicât 2020. jún. 15. - 22,32 kBAl funzione cun firefox58.0 e sucessivisThe jsjbridge.jar Version 1.8 Java library:
- Embed JSON code to remove the external json.jar dependency.
- Retry waits for request replies when the thread is interrupted.
Trigger a JavaScriptwindow.jsjbridgeActive
event when the JSJBridge code has been loaded andgetElementById
calls return a Java proxy rather than a normal HTML element.
Code can now be like
addEventListener('jsjbridgeActive', function() {
var myHelper = document.getElementById('myApplet');
myHelper.addEventListener('initialized', function() { ... });
});
instead of
var myHelper = document.getElementById('myApplet');
myHelper.addEventListener('initialized', function() {
myHelper = document.getElementById('myApplet');
...
});
Disable the ability of Java to calleval
on a JavaScript string. Mozilla believes this original feature ofJSObject
to be a security risk. It is still present on the Chrome/Chromium extension.Codiç sorzint publicât sot licence DevWheels V1
- Embed JSON code to remove the external json.jar dependency.