Add WebSocket

This commit is contained in:
2025-06-19 18:40:57 +02:00
parent 75c2aa89d5
commit 3cfc78f935
887 changed files with 115249 additions and 1 deletions

13
node_modules/es-define-property/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": ["error", {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
},
}