You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently liff-inspector supports four console APIs: console.(log|warn|error|info) but there are still a lot methods in Console instance.
We welcome PRs that implements APIs not yet supported.
Currently liff-inspector supports four console APIs:
console.(log|warn|error|info)
but there are still a lot methods inConsole
instance.We welcome PRs that implements APIs not yet supported.
Remaining APIs
console.log
console.warn
console.error
console.info
console.assert
console.clear
console.count
console.countReset
console.debug
console.dir
console.dirxml
console.exception
console.group
console.groupCollapsed
console.groupEnd
console.profile
console.profileEnd
console.table
console.time
console.timeEnd
console.timeLog
console.timeStamp
console.trace
https://developer.mozilla.org/en-US/docs/Web/API/console#methods
The text was updated successfully, but these errors were encountered: