Re: [mediacapture-main] Update WebIDL definition(s) to use new mixin syntax

>From the advice section at https://heycam.github.io/webidl/#using-mixins-and-partials it seems that we should just say

partial interface Navigator {
    [SameObject]
    readonly attribute MediaDevices mediaDevices;
};

and leave it at that. This popularizes the idea of using "partial" across several specifications; is this a desirable evolution of "partial"?


-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/497#issuecomment-341931462 using your GitHub account

Received on Saturday, 4 November 2017 21:36:56 UTC