Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Patch missing function causing blank screen #578

Merged
merged 1 commit into from
Aug 3, 2016

Conversation

davepagurek
Copy link
Contributor

@davepagurek davepagurek commented Aug 3, 2016

On startup, the error TypeError: window.performance.getEntriesByType is not a function gets thrown. This is an issue with Safari not having that function. From MDN it looks like it's just for measuring performance, which isn't essential to the operation of the program, so I replaced it with a function returning an empty array so that everything else can continue running.

This should fix #575 and #577.

Here's a .zip of the app to test with, to verify if it works for you:
Radiant Player-fix.zip

@jacobwgillespie
Copy link
Member

Nice, thanks! Merging and I'll get this out shortly.

@jacobwgillespie jacobwgillespie merged commit e7562b1 into radiant-player:master Aug 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nothing shows on the interface
2 participants