Remove more IE compatibility

This commit is contained in:
Maximilian Krög
2022-08-12 00:19:24 +02:00
parent c0d0e8e749
commit 5c4339f367
12 changed files with 6 additions and 39 deletions
-4
View File
@@ -87,10 +87,6 @@ export class DragAndDropEvent extends Event {
* @classdesc
* Handles input of vector data by drag and drop.
*
* Note that the DragAndDrop interaction uses the TextDecoder() constructor if the supplied
* combination of formats read both text string and ArrayBuffer sources. Older browsers such
* as IE which do not support this will need a TextDecoder polyfill to be loaded before use.
*
* @api
*
* @fires DragAndDropEvent