Skip to content

Commit e3674c4

Browse files
committed
doc: add comment
1 parent bafec0d commit e3674c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browserMock.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Object.defineProperty(window, 'ResizeObserver', {
5151
}
5252
})
5353

54+
// These 2 classes come from https://gist.github.com/Yaffle/5458286
5455
Object.defineProperty(window, 'TextEncoder', {
5556
value: class TextEncoder {
5657
encode (string) {

0 commit comments

Comments
 (0)