New JavaScript language features in V8 v7.2:
public class fields
Intl.ListFormat
well-formed JSON.stringify
module namespace exports
https://v8.dev/blog/v8-release-72 …
Pretty-printing JSON was already supported. Try this in your console: const object = { x: 4, y: 2 }; JSON.stringify(object, null, 2); The “well-formed JSON.stringify” proposal is specifically about this behavior: https://v8.dev/blog/v8-release-72#well-formed-json.stringify …
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.