Closed riksnelders closed 5 years ago
occurs in
function _log(...args) { if (_debug) { console.debug(...args); } }
Vue.use(VueWamp, { // debug: true, url: 'ws://iot.something.nl:9030/ws', realm: 'asd', onopen: function(session, details) { console.log('WAMP connected', session, details); }, onclose: function(reason, details) { console.log('WAMP closed: ' + reason, details); } })
on IE (wich i need error less, else not able to use on Fully Kiosk)
Refactor the build process to generate code for IE>=11. Should be fixed since the v2.0.0 release.
occurs in
function _log(...args) { if (_debug) { console.debug(...args); } }
Vue.use(VueWamp, { // debug: true, url: 'ws://iot.something.nl:9030/ws', realm: 'asd', onopen: function(session, details) { console.log('WAMP connected', session, details); }, onclose: function(reason, details) { console.log('WAMP closed: ' + reason, details); } })
on IE (wich i need error less, else not able to use on Fully Kiosk)