Re: [mediacapture-record] MediaRecorder in detached contexts (#206)

That [WPT test](https://github.com/web-platform-tests/wpt/blob/01bda5c03bf8ae4ee00251b8969adf1ef69f443d/mediacapture-record/MediaRecorder-detached-context.html#L19) which is passing in Chromium is not adhering to any spec:
> ```js
> assert_equals(err.name, 'NotAllowedError');
> ```

There's no mention of `NotAllowedError` in this spec, so we should probably take action some way or another on this issue.

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/206#issuecomment-725490181 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 11 November 2020 15:32:35 UTC