Adithya Dsilva

Results 45 comments of Adithya Dsilva

> How about implement it the way you like and we test it for some common websites like twitter, google, then decide if it's enough? Sure, will do this.

Been very busy recently. Will work on this, in the upcoming week.

Okay, based on some thinking, I've come to the following conclusion - Since the intended use case is quick prototyping, distance by pixels (instead of DOM tree) makes much more...

> Sound great, but before we do it can you help to analyze the places we might use selectors internally? So we can more properly design this interface and make...

That makes sense, tho I'm not really sure why most OOP implementations in Go use interfaces. Also, if we could afford breaking changes, the API could be remodelled like this:...

However, I think the project would greatly benefit with some OOP designs (even tho Go is not an OOP language). `Page` and `Element` selectors - all selectors' logic's are the...

Face the same issue too. +1

https://en.wikipedia.org/wiki/Server-sent_events https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events Basically, a unidirectional version of websockets, that works over plain HTTP requests.

https://hoppscotch.io/realtime/sse ^^This captures SSE perfectly.