gopherjs / gopherjs.github.io

GopherJS Playground
https://gopherjs.github.io/playground/
23 stars 12 forks source link

Playground does not work in latest version of Chrome (47+). #32

Closed dmitshur closed 8 years ago

dmitshur commented 8 years ago

Using latest version of Chrome Canary (Version 47.0.2514.0 canary (64-bit)), the playground does not work at all. Using OS X 10.10.5.

I tried clearing all cache, it still happens.

image

image

It works without issue in Chrome Stable (Version 45.0.2454.93 (64-bit)).

Thanks to @mgilbir for reporting (original report here).

dmitshur commented 8 years ago

As a first step, I'll try rebuilding the playground with latest version of GopherJS (the current build is still on Go 1.5, not 1.5.1), and see if that makes any difference. https://github.com/gopherjs/gopherjs/commit/d531f3af1e17c37633358a576693f4d31129d0f2 may have some effect here.

dmitshur commented 8 years ago

This was resolved with a8a3d8a0c31d53f10fc02741959f613ca21861d1.

It works without the above issue in Version 47.0.2526.0 canary (64-bit) now.