Kotlin/js gives us `console.log`, `console.dir`, `...
# javascript
h
Kotlin/js gives us
console.log
,
console.dir
,
console.warn
, and
<http://console.info|console.info>
. Is there a reason there is no
console.debug
?
g
No real reason, just not exposed, you can write own extension for that
I probably even saw some issue about this on Kotlin issue tracker
h
OK, thanks.
g
There is some work in progress with new JS backend that probably will bring improvements related to generation of kotlin apis from browser api definition (saw discussion about this), for now just report and use own extension functions to cover missing APIs
n
Andrey, is there a post somewhere about what's being done with "new JS backend"?
g
I don't know any post but developers of Kotlin JS share sometimes plans about it: https://kotlinlang.slack.com/archives/C0B8L3U69/p1554889049041700?thread_ts=1554827960.039400&amp;cid=C0B8L3U69
🎉 1
👍 1