Re: More on workerStart

On 6/8/15 2:14 PM, Justin Rogers wrote:
>      DOMHighResTimeStamp computeWorkerStart([SameOrigin] optional Window timeOriginBasis);

It would need to be:

   optional (Window or WorkerGlobalScope) timeOriginBasis

for the argument, right?

> This is under the assumption that we add [SameOrigin] or similar annotation capabilities to WebIDL

I'd think the [SameOrigin] behavior would just be the default behavior 
for WebIDL.  The other behavior really doesn't make much sense.

> The only thing I could think is if you are using postMessage to funnel all of your time deltas into a single cross origin logging domain.

Yeah, opting in to communicating offset info cross-origin might be nice; 
I'm not sure how best to do that.

-Boris

Received on Monday, 8 June 2015 18:29:08 UTC