FastestSmallestTextEncoderDecoder icon indicating copy to clipboard operation
FastestSmallestTextEncoderDecoder copied to clipboard

Missing encoding property

Open JakeChampion opened this issue 4 years ago • 0 comments

I believe this property is required as part of the specification -- https://encoding.spec.whatwg.org/#dom-textencoder-encoding but I can not see it being set in this polyfill.

new TextEncoder().encoding === 'utf-8'

JakeChampion avatar Jun 26 '20 15:06 JakeChampion