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

AbortController and AbortSignal not supported in Safari 12 #3273

Closed
DavidBruant opened this issue Jan 9, 2019 · 4 comments
Closed

AbortController and AbortSignal not supported in Safari 12 #3273

DavidBruant opened this issue Jan 9, 2019 · 4 comments
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@DavidBruant
Copy link
Contributor

Current browser compat suggests it is supported, but caniuse informs the object is a useless placeholder

@Elchi3 Elchi3 added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jan 9, 2019
@Elchi3
Copy link
Member

Elchi3 commented Jan 9, 2019

Did this PR solve this #3241? Or is it really completely useless and should be marked false?

@ddbeck
Copy link
Collaborator

ddbeck commented Jan 9, 2019

@Elchi3 FWIW, when reviewing that PR, I considered asking the author to go with false instead. My reasoning for not doing it was by analogy to something that came up in the CSS migrations, where some properties were recognized but didn't do anything. This is surprising, non-standard behavior (as opposed to an obvious ReferenceError).

@DavidBruant
Copy link
Contributor Author

Did this PR solve this #3241?

oh i didn't look for PRs, sorry
it's the same topic indeed

Or is it really completely useless and should be marked false?

I would argue in the direction of false given that, from what i understand, the global is useless and doesn't abort fetch requests (which is the main use case for this feature at this point)

But i guess the "partial implementation" is fine at this point since it seems like it should be in the next version of Safari, so this detail will soon be lost in the history of the web

@Elchi3
Copy link
Member

Elchi3 commented Jan 24, 2019

Thanks! The table is showing the partial support for now with a link to details of the situation. Hopefully a future Safari version fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

No branches or pull requests

3 participants