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

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

yes

-- 
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-430783031

Received on Wednesday, 17 October 2018 20:47:19 UTC