revery-ui / revery-playground

Live, interactive playground for Revery examples
https://www.outrunlabs.com/revery/playground
MIT License
17 stars 4 forks source link

Broken on Safari 13.0.4 (macOS 10.15.2) #47

Open timojaask opened 4 years ago

timojaask commented 4 years ago

Revery - Playground fails to load -- only the splash screen is visible (with spinning logo and "Initializing Playground..." text).

Safari JS console shows the following errors:

[Error] TypeError: Not enough arguments
    postMessage (playground.js:21)
    onInitialized (playground.js:21)
    w (Renderer.bc.js:26636)
    (anonymous function) (Renderer.bc.js:26665)
[Error] TypeError: Not enough arguments
    postMessage (playground.js:5)
    clearErrors (playground.js:5)
    onCompiling (playground.js:13)
    w (Renderer.bc.js:26639)
    (anonymous function) (Renderer.bc.js:26665)

And 16 times the following error:

[Error] TypeError: Not enough arguments
    postMessage (playground.js:78)
    onCompilationResult (playground.js:78)
    w (Renderer.bc.js:26657)
    (anonymous function) (Renderer.bc.js:26665)

Browser: Safari 13.0.4 (15608.4.9.1.3) OS: macOS 10.15.2 Adblock: Disabled

Works on Chrome though.