You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified the source code when I used it in my project. The main part that was modified was to determine when to use Blob. when my project is running under self-signed HTTPS and is on an intranet with no access to the internet, it will degrade to use the Blob scheme, as you would design it in your project. So, using Blob remains very common in my projects.
Anyway, if you downgrade to Blob, it triggers the bug.
Bug
Replication: In a Blob environment, create a download task and use the write.abort() method to end the download after it has started and before it has finished.
Error info: TypeError: Cannot read properties of null (reading 'port1')
The text was updated successfully, but these errors were encountered:
Precondition
I modified the source code when I used it in my project. The main part that was modified was to determine when to use Blob. when my project is running under self-signed HTTPS and is on an intranet with no access to the internet, it will degrade to use the Blob scheme, as you would design it in your project. So, using Blob remains very common in my projects.
Anyway, if you downgrade to Blob, it triggers the bug.
Bug
Replication: In a Blob environment, create a download task and use the write.abort() method to end the download after it has started and before it has finished.
Error info: TypeError: Cannot read properties of null (reading 'port1')
The text was updated successfully, but these errors were encountered: