跳到主要内容

接口

2023年08月15日
柏拉文
越努力,越幸运

一、CustomElementRegistry


CustomElementRegistry 接口提供注册自定义元素和查询已注册元素的方法。要获取它的实例,请使用 window.customElements 属性。

二、语法


const { define, get, upgrade, whenDefined } = window.customElements;