mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)

Home Page:http://livereload.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opera not working with xbrowser (despite renabling web sockets)

agileapricot opened this issue · comments

I renabled web sockets support in opera using this http://techdows.com/2010/12/enable-websockets-in-opera-11.html. However now I get this error...

LiveReload Failed to establish connection 'this._onopen.bind' is not a function

Opera does not support Function.prototype.bind. I'll rewrite LiveReload to not use it. Thanks for the report!

Awesome! Thanks.