Closed nicksay closed 8 years ago
To ensure that using performance.now when reporting timing values works as expected, gate the behavior behind a global __spf_experimental_now variable. Don't use a config as usual because this value needs to be set before SPF is executed.
performance.now
__spf_experimental_now
Progress on #389.
LGTM just a nit about the function docs.
To ensure that using
performance.now
when reporting timing values works as expected, gate the behavior behind a global__spf_experimental_now
variable. Don't use a config as usual because this value needs to be set before SPF is executed.Progress on #389.