You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dom.Symbol extends Javascript's built-in String class because we do not currently have a SymbolToken entity. (This is in part because when reading a symbol the Reader interface doesn't expose the underlying symbol ID.)
If we decide to have dom.Symbol extend a future SymbolToken class, we should also consider having SymbolToken extend String to minimize API breakage.
The text was updated successfully, but these errors were encountered:
dom.Symbol
extends Javascript's built-inString
class because we do not currently have aSymbolToken
entity. (This is in part because when reading a symbol theReader
interface doesn't expose the underlying symbol ID.)If we decide to have
dom.Symbol
extend a futureSymbolToken
class, we should also consider havingSymbolToken
extendString
to minimize API breakage.The text was updated successfully, but these errors were encountered: