We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mapbox-gl-js version: 0.44.x & above
browser: Mobile Safari iOS 9 (and below, probably); IE 11
initialize a map with collectResourceTiming: true
collectResourceTiming: true
working: https://bl.ocks.org/sbma44/raw/64f8d245c19c5af22892c2def61c6c21/?access_token=VALID_ACCESS_TOKEN broken: https://bl.ocks.org/sbma44/raw/64f8d245c19c5af22892c2def61c6c21/?access_token=VALID_ACCESS_TOKEN&collectResourceTiming
graceful/silent failure when performance API is unavailable to web workers (or otherwise)
JS error on undefined variable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mapbox-gl-js version:
0.44.x & above
browser:
Mobile Safari iOS 9 (and below, probably); IE 11
Steps to Trigger Behavior
initialize a map with
collectResourceTiming: true
Link to Demonstration
working: https://bl.ocks.org/sbma44/raw/64f8d245c19c5af22892c2def61c6c21/?access_token=VALID_ACCESS_TOKEN
broken: https://bl.ocks.org/sbma44/raw/64f8d245c19c5af22892c2def61c6c21/?access_token=VALID_ACCESS_TOKEN&collectResourceTiming
Expected Behavior
graceful/silent failure when performance API is unavailable to web workers (or otherwise)
Actual Behavior
JS error on undefined variable
The text was updated successfully, but these errors were encountered: