Symbol.prototype.description S4
Proposal details
- Stage: Stage 4
- Status: Finished
- ECMAScript edition: ES2019
- Synchronized: Aug 28, 2026
- 中文译文 · Source repository
Proposal overview
This proposal adds a description property to Symbol.prototype, providing a string description of a symbol. It solves the problem of accessing symbol descriptions without relying on implicit string conversion, which is disallowed.
Note
The README below comes from the upstream repository and may contain outdated stage or status metadata. Use the proposal details above as the current source of truth.
See the proposal introduction for more info.