- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Sun, 24 Sep 2017 22:03:36 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 25 September 2017 05:03:58 UTC
Dictionaries also need Exposed, right? https://encoding.spec.whatwg.org/#interface-textdecoder ```WebIDL dictionary TextDecoderOptions { boolean fatal = false; boolean ignoreBOM = false; }; dictionary TextDecodeOptions { boolean stream = false; }; ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/365#issuecomment-331777856
Received on Monday, 25 September 2017 05:03:58 UTC