anime icon indicating copy to clipboard operation
anime copied to clipboard

feat: replace arrayContains with build-in Array.includes function

Open tkgroot opened this issue 3 years ago • 2 comments

replace helper function arrayContains with build-in Array.includes function

tkgroot avatar Feb 11 '22 11:02 tkgroot

@tkgroot not supported by IE11

Pulse-Git avatar Jun 08 '22 08:06 Pulse-Git

Maybe a good idea to drop IE11 support or let it be handled by polyfills? Also if you look ahead IE11 doesn't support ESM, so it's just a big hurdle to keep the support for it

tkgroot avatar Aug 02 '22 09:08 tkgroot