mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Bug 1323941 - navigationStart should not be exposed to workers as timing attribute
https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11
This commit is contained in:
parent
dbccb9748a
commit
fdcf9f71e5
8 changed files with 71 additions and 40 deletions
|
|
@ -12,7 +12,7 @@ policies and contribution forms [3].
|
|||
// Helper Functions for NavigationTiming W3C tests
|
||||
//
|
||||
|
||||
var performanceNamespace = window.performance;
|
||||
var performanceNamespace = self.performance;
|
||||
var timingAttributes = [
|
||||
'connectEnd',
|
||||
'connectStart',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue