AA
AA
Didn't even know abortcontroller existed, but it seems simple enough: [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) 1. First create an instance of AC. 2. Pass ac to fetch request 3. When you call abort, fetch...
I use softether for years, reason is ease of use and extreme flexibility. There's no other VPN service that give this amount of control, and the users ACL for groups...
> Currently desktop side is using Sciter. I chose Sciter because Flutter desktop was not mature last year. Mind sharing why you have decided to move away from sciter? i...
> > sciter > > I do not trust Sciter any more. We have worked with Sciter for almost 2 years, it is painful. And it is time to switch...
hmm, i looked through the ui, seems like you do a lot of TI script. i only tried sciter with js. what i am currently doing is importing in the...
maybe vizia ? compiles to wasm. supports css. has elegant declarative api https://github.com/vizia/vizia
Such a shame there's really not a contender for sciter. Taurus is not using a custom renderer so you'll have inconsistencies with what the user has installed on their system....
this is correct, i managed to work around this by adding this in my own script tag (before my js code) ```html gpu_js = GPU; gpu_js.GPU = GPU; ``` I...