wheat

Results 41 comments of wheat

Hmm personally I find the first one a bit easier to read.

> Ok Anthony. Now that I actually think of it, the permissions should be an own composable. I will do like you said - show my work when I feel...

Could you give more details on how this would work?

I'm not at home right now so I won't be able to give a full review, but I believe onFinish won't be called because it is being blocked by await....

@curtgrimes maybe it would be better to implement this into useScroll as we might want to deprecate useWindowScroll in favor of useScroll

> @wheatjs Ok, should `useWindowScroll()` be formally deprecated if we don't want to add new features to it? Is there documentation written somewhere where I can see which composables are...

So I was looking into making a PR for this earlier, but it seems kind of tricky. It seems like we will would need 2 separate npm packages to support...

I'd suggest we hold off on publishing this until a major browser adds stable support for useContainerQuery

Ah I see then. Maybe once they are released we can update this function to use sometime similar to ` window.matchMedia` if it is available for container queries. But yeah...