Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose AbortSignal.timeout on all globals #1253

Closed

Commits on Feb 7, 2024

  1. Expose AbortSignal.timeout on all globals

    Delete the Exposed attribute from AbortSignal.timeout, letting it
    inherit [Exposed=*] from AbortSignal.
    
    Cf. whatwg/html#9893 where other timers are
    being exposed in ShadowRealm global contexts.
    ptomato committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    789e223 View commit details
    Browse the repository at this point in the history