bool supported

Source

static bool get supported => JS(
    'bool',
    '!!(Element.prototype.createShadowRoot||'
    'Element.prototype.webkitCreateShadowRoot)');