kotlinx-io
kotlinx-io copied to clipboard
TextEncode/Decode not supported on IE11
IE11 does not have TextEncoder/Decode built in. thus the 'require('text-encoding')' gets executed. But 'require' is not available on IE 11 either.