Files
tuono/apps/documentation/public/polyfill-db.json
T

19 lines
328 B
JSON
Raw Normal View History

{
"polyfills": [
{
"identifier": "HTMLElement",
2024-12-09 20:29:53 +01:00
"import": {
"package": "@lit-labs/ssr-dom-shim",
"name": "HTMLElement"
}
},
{
"identifier": "customElements",
2024-12-09 20:29:53 +01:00
"import": {
"package": "@lit-labs/ssr-dom-shim",
"name": "customElements"
}
}
]
}