Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbortController, controller.abort() #477

Open
dsedinkin opened this issue Oct 8, 2023 · 1 comment
Open

AbortController, controller.abort() #477

dsedinkin opened this issue Oct 8, 2023 · 1 comment

Comments

@dsedinkin
Copy link

dsedinkin commented Oct 8, 2023

Есть необходимость в прерывании запросов. В fetch предусмотрена возможность оборвать запрос со стороны кода. В VK Bridge хотелось бы увидеть подобную реализацию, чтоб видеть в Network что действительно запрос прервался, а не только визуально.

Рабочий пример Input и асинхронный запрос. Если у пользователя медленный интернет, содержание "может путаться". Или если пользователь быстро печатает, зачем обрабатывать каждый ввод (тут конечно можно через timeout поиграться в коде)

@dsedinkin dsedinkin changed the title AbortController in Икшвпу AbortController Oct 8, 2023
@dsedinkin dsedinkin changed the title AbortController AbortController, controller.abort() Oct 8, 2023
@Pronin-vk
Copy link
Contributor

Добрый день, спасибо за обращение, передал команде.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants