Set the type of the object by defining the toStringTag well known symbol, this will impact the
Object.prototype.toString.call() results for the object. And can be used to identify the type
in the debug output and also in the DevTools watchers window when inspecting the object etc.
Set the type of the object by defining the toStringTag well known symbol, this will impact the Object.prototype.toString.call() results for the object. And can be used to identify the type in the debug output and also in the DevTools watchers window when inspecting the object etc.