- From: Domenic Denicola via GitHub <sysbot+gh@w3.org>
- Date: Mon, 23 Apr 2018 14:58:20 +0000
- To: public-webrtc-logs@w3.org
In general when creating objects, you need to state what realm (= global object) they are created in. Consider scenarios like the example in https://html.spec.whatwg.org/multipage/webappapis.html#realms-settings-objects-global-objects where there are four global objects involved. In each of them, `Blob` (or `ArrayBuffer`) are different values. Which one should be used for constructing this object? Relevant is probably the right choice indeed. So you'll want to add that to both the Blob and ArrayBuffer-creation steps. -- GitHub Notification of comment by domenic Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1849#issuecomment-383606050 using your GitHub account
Received on Monday, 23 April 2018 14:58:24 UTC