JavaScript lib for Yet Anther JavaScript Bridge
compatible with Android Chromium WebView(since API 30) and iOS WKWebView(iOS 8.0+).
var YAJB = require('yajb-js')
var yajb = new YAJB() // can also be accessed using window.YAJB
yajb.send({event:"onBtnClick", data:{id:1}})
YAJB.prototype.send
YAJB.prototype.on
YAJB.prototype.trigger