Sha256: 15150bad2a8ab4367c1df450865e6d05c4cbeae32dbc618f48cf8cedc9c946b4
Contents?: true
Size: 237 Bytes
Versions: 467
Compression:
Stored size: 237 Bytes
Contents
if (window?.customElements) { const customElemDef = window.customElements.define window.customElements.define = (name, cl, conf) => { if (!customElements.get(name)) customElemDef.call(window.customElements, name, cl, conf) } }
Version data entries
467 entries across 467 versions & 1 rubygems