Wersijowa historija JavaScript-Java Bridge - 2 wersiji
JavaScript-Java Bridge wot Advanced Machine Controls
Wersijowa historija JavaScript-Java Bridge - 2 wersiji
Budźće kedźbliwy ze staršimi wersijemi! Tute wersije so za testowanje a referencne zaměry pokazuja.Wy měł přeco najnowšu wersiju přidatka wužiwać.
Najnowša wersija
Wersija 1.81
੧੪ ਅਕਤੂਬਰ ੨੦੨੦ wozjewjene - 22,41 KBFunguje z firefox 58.0 a pozdźišoFor an unknown reason, the Preferences window was not appearing on Version 1.8.Žórłowy kod je pod licencu DevWheels V1
Firefox sćahnyć a rozšěrjenje wobstaraćTrjebaće Firefox, zo byšće tute rozšěrjenje wužiwałStarše wersije
Wersija 1.8
੧੫ ਜੂਨ ੨੦੨੦ wozjewjene - 22,32 KBFunguje z firefox 58.0 a pozdźišoThe 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.Žórłowy kod je pod licencu DevWheels V1
- Embed JSON code to remove the external json.jar dependency.