amilajack / amilajack/eslint-plugin-compat

DataTransfer Constructor not detected for browsers like IE 10

Abierto
#509 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
3.2k
Forks
115
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hello,

DataTransfer constructor is not detected. The other rules work ok. My concern is that there might be other rules that are not detected, I saw that there are similar tickets. Is there any way of updating the list?

MDN: https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/DataTransfer

Example code
```
const dt = new DataTransfer();
```

Eslint config:
```
"settings": {
"react": {
"version": "detect"
},
"lintAllEsApis": true,
"polyfills": [
"Promise",
"fetch"
]
},
```

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.