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.