Experience-Monks / Experience-Monks/devtool

Loading Images from relative path

Open
#37 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.