Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
linuxeventsThis is a fairly minor thing, but might be relied upon and that's the fact that when
.abort()is called onAbortControllertheisTrustedflag should be set.For example this should print
true:Possible implementation:
It may be sufficient to just provide a way for the
EventTargetconstructor to mark events as trusted for thatEventTargete.g.: