amilajack / amilajack/eslint-plugin-compat
Output an error for Element.replaceChildren() with Safari 13
Aperta
- Lingua principale
- TypeScript
- Stelle
- 3.2k
- Fork
- 115
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
According to the MDN reference docs [0] `Element.replaceChildren()` is supported with Safari >= 14.
When run with Safari 13, the eslint compat plugin should output an error like:
```
Element.replaceChildren() is not supported in Safari 13
```
whereas it doesn't output an error message.
[0] https://developer.mozilla.org/en-US/docs/Web/API/Element/replaceChildren
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.