Skip to content

missing whole Custom Elements API #351

Closed
@scalway

Description

@scalway

missing classes in

org.scalajs.dom.raw:

in Element:

/** Creates a shadow root for element and returns it. */
def attachShadow(init:js.Any):ShadowRoot

in Window:

def customElements:CustomElementRegistry

new interface that HTMLElement should extends

interface Slotable {
    readonly assignedSlot: HTMLSlotElement | null;
}

caniuse of ShadowDom

Should I send PR or we are not interested this API until it is covered by all browsers?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions