This repository was archived by the owner on Mar 16, 2019. It is now read-only.
How to cancel the HTTPS Request Download #268
Open
Description
It's ok to stop HTTP Request Download By the function cancel().
However I use the function cancel() to stop a HTTPS Download but crash.
Log is RCTFatalException: Unhandled JS Exception: u.cancel is not a function. (In 'u.cancel()', 'u.cancel' is undefined).
Is this function cann't stop Https Download?