Y
Hacker News
new
|
ask
|
show
|
jobs
by
sciolistse
5023 days ago
If you're using local files directly, // will resolve to file://, and not work as you'd expect. It'll work if you use a local web server instead, of course.
1 comments
crisnoble
5023 days ago
gotcha.
link