You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new TextDecoder and new window.TextDecoder should both be valid, and in fact are on all browsers tested, except notably, Edge and IE.
But, TextEncoder and TextDecoder are not defined on the Window type.
The text was updated successfully, but these errors were encountered:
consider the following:
new TextDecoder
andnew window.TextDecoder
should both be valid, and in fact are on all browsers tested, except notably, Edge and IE.But, TextEncoder and TextDecoder are not defined on the Window type.
The text was updated successfully, but these errors were encountered: