lips icon indicating copy to clipboard operation
lips copied to clipboard

You should be able to use load with BrowserFS

Open jcubic opened this issue 4 years ago • 1 comments

load function by default in browser use fetch it should use same logic as basic I/O to load from BrowserFS if exists and user use absolute path and handle (current-directory) correctly. Also in NodeJS it should fetch the file from url if filename is prefixed with http protocol.

jcubic avatar Mar 18 '21 18:03 jcubic

This should also work in NodeJS:

(load "https://cdn.jsdelivr.net/npm/@jcubic/lips@beta/lib/srfi/156.scm")

jcubic avatar Nov 01 '21 16:11 jcubic