Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

☔️ Support Console API #1

Open
4 of 23 tasks
cola119 opened this issue Apr 26, 2022 · 0 comments
Open
4 of 23 tasks

☔️ Support Console API #1

cola119 opened this issue Apr 26, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@cola119
Copy link
Member

cola119 commented Apr 26, 2022

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.

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

@cola119 cola119 added the good first issue Good for newcomers label Apr 26, 2022
@cola119 cola119 pinned this issue Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant