Re: [heycam/webidl] Investigate removing [PrimaryGlobal] and requiring [Exposed] (#365)

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