Implement TextEncoder

Fixes #4768.
This commit is contained in:
yodalee 2015-02-17 23:47:13 +08:00 committed by Matt Brubeck
parent b79d06c8d2
commit 9cd976a4e7
23 changed files with 1372 additions and 0 deletions

View file

@ -166,6 +166,7 @@ var interfaceNamesInGlobalScope = [
"StorageEvent",
"TestBinding", // XXX
"Text",
"TextEncoder",
"TreeWalker",
"UIEvent",
"URLSearchParams",