Re: [mediacapture-main] gUM firing repeatedly for the same page load

Yes, the image would be cross origin, therefore writing to a canvas 
would mark the canvas as being dirty (disabling readback).  By the 
same token, the protections would prevent the image from being sent 
anywhere.

In order to prevent continual sampling of a source (which is an 
annoyance only, not a real threat), the browser would probably want to
 cache the images and only update them occasionally.

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

Received on Thursday, 21 January 2016 00:30:55 UTC