ancestorOrigins property
DOMStringList
get
ancestorOrigins
Returns a DOMStringList object listing the origins of the ancestor browsing contexts, from the parent browsing context to the top-level browsing context.
Always empty in Deno.
Implementation
_i3.DOMStringList get ancestorOrigins => _i4.getProperty(
this,
'ancestorOrigins',
);