Skip to content

Commit

Permalink
encoding: add encodeInto to TextEncoder
Browse files Browse the repository at this point in the history
Add TextEncoder.prototype.encodeInto.

Refs: nodejs#26904
  • Loading branch information
AtticusYang committed Jul 25, 2019
1 parent 454d581 commit 092af43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/wpt/status/encoding.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
"fail": "No implementation of TextDecoderStream and TextEncoderStream"
},
"encodeInto.any.js": {
"requires": ["worker_threads"]
}
}

0 comments on commit 092af43

Please sign in to comment.