-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Hi, @jeroen explains here how to get curl to work in webassembly. His example works in the webr REPL, but I could not figure out how to configure the default from ws to wss in quarto live. I tried
webr::eval_js('
if (typeof Module !== "undefined" && Module.SOCKFS) {
Module.SOCKFS.websocketArgs = Module.SOCKFS.websocketArgs || {};
Module.SOCKFS.websocketArgs.url = "wss://";
}
')but SOCKFS was not defined.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request