Skip to content

AbortSignals not associated with a particular operation #651

@reillyeon

Description

@reillyeon

As specified an AbortSignal passed as an option to scan(), write() or makeReadOnly() is not explicitly linked to that operation. This is theoretically fine because only one instance of those operations to exist at once but since we add the abort steps before performing such checks and the abort steps aren't specific about cancelling only the operation for which that signal was passed there is opportunity for an AbortSignal to abort an unrelated operation when it is signaled.

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