Closed noamr closed 2 years ago
Should we hang it off of the global object? environment settings object?
I'm working on a patch. I believe it should be associated with a document and with a WorkerGlobalScope. Otherwise it would get fudged in BFCache (which is unspecified behavior today)
... problem is that during navigation time recording there is no document yet, so this would take some delicate handling
It should be Window
or WorkerGlobalScope
, no?
Instead of saying what
timeOrigin
means, set it explicitly in the HTML spec at the right moments.