mirror of
https://github.com/seigler/janus
synced 2025-07-27 01:36:11 +00:00
chore: update README with message about how this only works in Chrome 😫
This commit is contained in:
parent
faafc32d03
commit
8503c0a485
1 changed files with 2 additions and 0 deletions
|
@ -18,3 +18,5 @@ After you have edited index.html to your liking, you can run `npm run build` to
|
||||||
## Gotchas:
|
## Gotchas:
|
||||||
|
|
||||||
Firefox and Chrome handle `file:///` urls differently. In Firefox, local files are allowed to interact with LocalStorage, but on Chrome they are not. To circumvent this issue in Chrome, you have to serve the file on `localhost` with `npm run start` or some other local server.
|
Firefox and Chrome handle `file:///` urls differently. In Firefox, local files are allowed to interact with LocalStorage, but on Chrome they are not. To circumvent this issue in Chrome, you have to serve the file on `localhost` with `npm run start` or some other local server.
|
||||||
|
|
||||||
|
Currently the live editor completely blows up in Firefox. I think it's related to a flexbox bug?
|
Loading…
Add table
Add a link
Reference in a new issue