---
title: Dropping Tasks in Web Builds
pull_requests: [21795]
---

Dropping a `Task<T>` in a web build now cancels it, call `Task<T>::detach()` to keep the old behavior.
