Irakli Gozalishvili

Results 654 comments of Irakli Gozalishvili

I made little more progress in my prototype: - I have updated DNS records now and the static site that does APSW registration is now hosted on gh-pages https://github.com/Gozala/lunet/tree/master/docs >...

Next thing I want to do is create another site say `https://gozala.io/webui-demo` that would embed `lunet.link` to host just webui. BTW I think IPFS-HTTP-API would need to learn picking up...

After more research I am considering an alternative approach, I think it would work better better than current approach where App SW needs to connect to Daemon SW approach because...

> ...? (the suspense is killing me 😅) Oops I'm not sure how my comment ended like that, nor I can remember if there was anything specific I was going...

I spend little more time on this and currently implemented something in between what I originally made and alternative option I described. Current status is: Things work really well on...

It turns out Safari does not implement [`BroadcastChannel`](https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API) either so my `SharedWorker` polyfill ideas isn't going to work out :(

Alright I think something else could be done on Safari _(or anywhere where `SharedWorker` isn't available but `ServiceWorker` is)_ we can spawn a Service Worker, which once activated will start...

Got it working across Firefox, Chrome & Safari!

@lidel I’ve considered doing dns lookup instead of meta tag (as per your suggestion), however goal is for user not to have to static site for bootstrapping in first place,...

For now I have shifted my focus toward figuring / fixing issue on Firefox that prevents requests from secure contexts (from https) to `http://127.0.0.1:*` in worker contexts (See [Bug 1520381](https://bugzilla.mozilla.org/show_bug.cgi?id=1520381))....