We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafec0d commit e3674c4Copy full SHA for e3674c4
browserMock.js
@@ -51,6 +51,7 @@ Object.defineProperty(window, 'ResizeObserver', {
51
}
52
})
53
54
+// These 2 classes come from https://gist.github.com/Yaffle/5458286
55
Object.defineProperty(window, 'TextEncoder', {
56
value: class TextEncoder {
57
encode (string) {
0 commit comments