The Wayback Machine - https://web.archive.org/web/20201111053243/https://github.com/topics/macos
Skip to content
#

macOS

macos logo

macOS is the operating system that powers every Mac computer. It was designed by Apple and is meant specifically for their hardware.

Here are 10,543 public repositories matching this topic...

benjamingr
benjamingr commented Nov 10, 2020

In AbortController/AbortSignal it is possible to construct an AbortSignal without a controller (but shouldn't be):

> var c = new AbortController();
> new c.signal.constructor()
AbortSignal { aborted: false }

Correct behavior:

> var c = new AbortController();
new c.signal.constructor()
TypeError: Illegal Constructor

This should be a relatively simple fix b

Created by Apple

Released March 24, 2001

Website
www.apple.com/macos
Wikipedia
Wikipedia
You can’t perform that action at this time.