DataTables / VisualEvent

Visually show Javascript events on a page
http://sprymedia.co.uk
1.04k stars 162 forks source link

Doesn't work with local file opened with file:// protocole. #27

Closed msankhala closed 11 years ago

msankhala commented 11 years ago

Visual Event 2 doesn't work with local files opened with file:/// protocole while Visual Event 1 work well with file:// protocole.

DataTables commented 11 years ago

Thanks for flagging this up - the reason for this is the recent change to use // to make the loader protocol independent (i.e. for http and https). I'll need to change the loader to allow for this.

DataTables commented 11 years ago

You'll need to reinstall the bookmarklet to get file: support back I'm afraid. It is where it usually is: http://sprymedia.co.uk/article/Visual+Event+2

rakeshjuyal commented 11 years ago

Great! In one of my project I am using // for protocol independency. Looks like I too have to change it for file protocol.

nowherenearithaca commented 6 years ago

btw - I think with newer security restrictions in chrome, you can get cross origin errors for some files when using VisualEvent with the file protocol

screen shot 2018-06-16 at 1 57 56 am