banira
    Preparing search index...

    Interface ScopedShadowHost

    A host element that can open a shadow root (optionally with a scoped registry).

    interface ScopedShadowHost {
        attachShadow(
            init: ShadowRootInit & { registry?: RegistryLike },
        ): ShadowRoot;
    }
    Index

    Methods

    Methods