TransformStream transformer cancel() method
Limited availability
The cancel()
method of a TransformStream
transformer cleans up resources when the readable side cancels or the writable side aborts.
Learning resources on MDN
No MDN documentation found. You can search for the feature on MDN. If you believe that MDN has no documentation about this feature, you can open an issue on MDN's GitHub repository.Browser support
- Chrome ❌ See crbug.com/40283531
- Chrome Android ❌ See crbug.com/40283531
- Edge ❌ See crbug.com/40283531
- Firefox ❌ See bugzil.la/1856103
- Firefox for Android ❌ See bugzil.la/1856103
- Safari ❌ See webkit.org/b/262424
- Safari on iOS ❌ See webkit.org/b/262424
Specifications
- Streams (#dom-transformer-cancel), from Streams Workstream (WHATWG).
View web-platform-tests results for this feature - View the feature source file (dist) - Edit the feature - Report an issue about this feature