Skip to content

Cannot read property 'timeout' of undefined #8

@cx5168

Description

@cx5168

const {
Aborter,
BlobURL,
BlockBlobURL,
ContainerURL,
ServiceURL,
StorageURL,
SharedKeyCredential,
uploadStreamToBlockBlob
} = require('@azure/storage-blob');
const ONE_MINUTE = 60 * 1000;
Aborter.timeout(30 * ONE_MINUTE)

error message:
Cannot read property 'timeout' of undefined TypeError: Cannot read property 'timeout' of undefined

why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions