- From: Philip Jägenstedt <notifications@github.com>
- Date: Sat, 24 Apr 2021 00:02:11 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 24 April 2021 07:02:24 UTC
@foolip commented on this pull request. > - [Default] object toJSON(); - attribute DOMString m2; - }; - - interface mixin M3 { - attribute DOMString m3; - }; - - interface mixin M4 { - attribute DOMString m4; - }; - - A includes M1; - A includes M2; - B includes M3; - C includes M4; Done! I also discovered the original example was wrong regarding the order, and fixed that. Commit message updated to explain. -- 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/pull/980#discussion_r619601726
Received on Saturday, 24 April 2021 07:02:24 UTC