1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-29 07:00:16 +02:00

🚀 Remove signal listeners automatically (fixes #20)

This commit is contained in:
2023-10-13 20:57:21 +02:00
parent 4c571354c4
commit 9f57913f8d
10 changed files with 494 additions and 414 deletions

View File

@@ -48,7 +48,7 @@
"latedef": "true",
"maxparams": 5,
"maxdepth": 3,
"maxcomplexity": 10,
"maxcomplexity": 11,
"globals": {
"requestIdleCallback": false,
"AbortController": false,
@@ -58,12 +58,12 @@
"size-limit": [
{
"path": "./index.js",
"limit": "7 kB",
"limit": "8 kB",
"gzip": false
},
{
"path": "./signals.js",
"limit": "7 kB",
"limit": "8 kB",
"gzip": false
},
{