Hi all!
Does anyone have any pointers for the best way to get javascript console output in the Kindle experimental browser? I'm struggling to identify which apis are present in that version of WebKit (things like promises and fetch didn't exist yet).
I'd love to be able to catch those errors in a more elegant way than document.write on window.onerror. :)
Any help would be much appreciated!
Does anyone have any pointers for the best way to get javascript console output in the Kindle experimental browser? I'm struggling to identify which apis are present in that version of WebKit (things like promises and fetch didn't exist yet).
I'd love to be able to catch those errors in a more elegant way than document.write on window.onerror. :)
Any help would be much appreciated!