Object.prototype.source(): Source | null
The source
property is intended to convey some sort of source from which
the content
markup was derived, as a form of provenance, or to support
future editing by clients. In general, clients do the conversion from
source
to content
, not the other way around.
Source | null