We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Symbol.toStringTag
vConsole Version: 3.15.0 ignores Symbol.toStringTag
3.15.0
const user = { firstName: 'John', lastName: 'Doe', [Symbol.toStringTag]: 'User', }; user
vConsole ❌ | ✔️ Chrome DevTools
Please add support for this!
The text was updated successfully, but these errors were encountered:
Add support for
Set
Map
Request
Headers
Response
Sorry, something went wrong.
You can see these properties after expanding
@Maizify – It should do so before expanding to better match native consoles, otherwise vConsole is not doing a good job (of virtualizing).
Given,
Object {firstName: "John", lastName: "Doe"}
User {firstName: "John", ...
Native consoles also output Set, Map, Request, Headers, and Response better than vConsole.
@Maizify – see https://github.com/liriliri/eruda
console
No branches or pull requests
vConsole Version:
3.15.0
ignores
Symbol.toStringTag
vConsole ❌ | ✔️ Chrome DevTools
Please add support for this!
The text was updated successfully, but these errors were encountered: