Re: [whatwg/encoding] bind encoder to self (#159)

Does
```javascript
const encode = TextEncoder.prototype.encode.bind(new TextEncoder());
```
do what you want?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/issues/159#issuecomment-425810918

Received on Monday, 1 October 2018 07:17:52 UTC