Yauheni Vasiukevich
Yauheni Vasiukevich
Hi there! This problem is actual for me as well. **Environment:** - Operating System: Windows_NT - Node Version: v20.9.0 - Nuxt Version: 3.8.1 - TypeScript version: 5.2.2 - Package Manager:...
> I have the same question: how can I add the browser to the test unit? Is it only with some custom reporter? Hey @apis3445, I described a temporary solution...
I believe the first point of the issue is an expected behavior according to this [PR](https://github.com/vuetifyjs/vuetify/pull/17122).
Actually, I can not reproduce it using the latest `ofetch` version.
It happens only if you navigate to this link in the same tab, if you open it in another tab initially it works.
It works for me in this environment: Vuetify Version: 3.5.12 Vue Version: 3.4.21 Browsers: Chrome 123.0.0.0 OS: Windows 10 @Dominic-Marcelino and @agentschmitt is it still actual for you?
> > It works for me in this environment: Vuetify Version: 3.5.12 Vue Version: 3.4.21 Browsers: Chrome 123.0.0.0 OS: Windows 10 > > @Dominic-Marcelino and @agentschmitt is it still actual...
I think it might be `executeImmediately` or `executeNow` to maintain back compatibility.
I think this issue should be formatted according to [the feature request template](https://github.com/vueuse/vueuse/blob/main/.github/ISSUE_TEMPLATE/feature_request.yml). I believe it will help to move forward with this request.
@cernymatej, if understand your request correctly you mean `maxWait` option or you can use throttling instead to invoke your function on the first call and skip all the next calls...