mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
async calls WIP
This commit is contained in:
@@ -113,7 +113,9 @@ import BigNumber from './path/to/bignumber.mjs';
|
||||
|
||||

|
||||
|
||||
Currently every external is loaded once and cached until Leporello is restarted (TODO what happens if we load modules in iframe and then recreate iframe)
|
||||
Currently every external is loaded once and cached until Leporello is restarted
|
||||
(TODO what happens if we load modules in iframe and then recreate iframe)
|
||||
(TODO serve modules from service worker, change host every time)
|
||||
|
||||
## Hotkeys
|
||||
|
||||
@@ -123,6 +125,10 @@ See built-in Help
|
||||
|
||||
Editing local files is possible via [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API). Click "Allow access to local project folder" to grant access to local directory.
|
||||
|
||||
## Run and debug UI code in separate window
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
## Run Leporello locally
|
||||
To run it locally, you need to clone repo to local folder and serve it via HTTPS protocol (HTTPS is required by [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API)). See [How to use HTTPS for local development](https://web.dev/how-to-use-local-https/)
|
||||
|
||||
Reference in New Issue
Block a user