peek/peek-performance_bar

Javascript breaks on iOS

Closed this issue · 1 comments

    @timing ?= window.performance.timing

iOS does not have window.performance so checking for window.performance.timing breaks.

Good catch. Fixed in #10