Closed kaikaibenkai closed 1 year ago
🥰 Values of String Number Object Array can be previewed directly in DevTools. 😥 but BigInt is only "[object BigInt]"
String
Number
Object
Array
BigInt
"[object BigInt]"
BigInt has officially become a basic type of JavaScript in ES2020. Could DevTools show it like String or Number? Thanks a lot
What problem does this feature solve?
🥰 Values of
String
Number
Object
Array
can be previewed directly in DevTools. 😥 butBigInt
is only"[object BigInt]"
BigInt has officially become a basic type of JavaScript in ES2020. Could DevTools show it like
String
orNumber
? Thanks a lot