daphtdazz / WebBLE

iOS WebBluetooth Polyfill
Other
113 stars 39 forks source link

console.info() does not work #22

Closed daphtdazz closed 4 years ago

daphtdazz commented 5 years ago

And probably some other console methods.

rajsite commented 4 years ago

I think I ran into an issue with missing console functions for a web app I’m using with WebBLE. In this case it looks like console.debug is missing.

The webapp is actually trying to communicate with puck.js but fails at startup in webble. The app does run in Safari and only fails when actually attempting the web bluetooth connection in that browser.

Edit: updated url to point to specific commit that shows the error on WebBLE via githack

daphtdazz commented 4 years ago

fixed in 1.3.0, and debug added too