Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

add warning in Chrome when using file:// #29

Closed
notetiene opened this issue Nov 6, 2016 · 2 comments
Closed

add warning in Chrome when using file:// #29

notetiene opened this issue Nov 6, 2016 · 2 comments

Comments

@notetiene
Copy link
Collaborator

Previously, there was a warning in Chrome about using the extension with the file:// scheme. Chrome doesn't support loading files from that scheme using XMLHttpRequest. Also, since the file input doesn't work anymore ( #21 ), it was a noisy warning I decided to remove.

Actually there may be a workaround by using the filesystem API, but injecting it might be much more complicated.

@notetiene
Copy link
Collaborator Author

This is now fixed in the Devel branch.

@Alleno
Copy link

Alleno commented Jul 28, 2017

This still appears to be a problem in the extension downloaded from chrome store. I've got it installed on ubuntu 16.04, and it doesn't seem to want to load tests from file. The two sample tests work though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants