Experience-Monks / Experience-Monks/devtool
Loading Images from relative path
Open
bug
electron issue
- Dominant language
- JavaScript
- Stars
- 3.7k
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
Trying this:
``` js
var img = new Image()
img.src = 'foo/bar.png'
```
Seems to error out since it's trying to load from `file://` instead of `http://` protocol. Will explore further.
Contributor guide
Assessment
This issue has not been assessed yet.