I sometimes have a few repl tabs open to compare results. At the end when I am satisfied I often need just one, and closing the others in bulk is quite annoying as I keep getting interrupted by the window.oneforeunload prompt.
This setting should be somewhere in the UI and should save in the browser local storage so all my repl tabs can use it from the same place. I would prefer that over a cookie or non-persistent setting.
Blazor REPL import all static assets - both from packages and CDNs as normal JS files. The tool should know which files are modules and which are not.
Example:
The BlazorSize package is not working in the REPL: https://blazorrepl.telerik.com/mmYdEHFR31t74oWj55
Resizing the browser doesn't update my label and I don't see any errors in the UI, but I do see this in F12...
I want to be able to use NuGET library that dynamically imports ES6 modules in REPL.
Here is example of such REPL:
https://blazorrepl.telerik.com/GlbPumla45EkSDpz44
it fails to load following javascript file:
var scriptPath = "./_content/Toolbelt.Blazor.HotKeys/script.min.js";
Sometimes I want to update my REPL that I have shared already.
Currently I can only create new REPL with new URL.
Please, allow to save changes without changing url.