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

Remove Worker fetch special case #1287

Merged
merged 1 commit into from
Jul 4, 2019
Merged

Remove Worker fetch special case #1287

merged 1 commit into from
Jul 4, 2019

Conversation

avaer
Copy link
Member

@avaer avaer commented Jul 4, 2019

The Web Worker implementation had its own self.fetch implementation that did not cover the blob: URL case.

This PR removes it and relies on WindowBase providing the fetch implementation for both window and Worker contexts.

@avaer avaer merged commit 9d02397 into master Jul 4, 2019
@avaer avaer deleted the worker-fetch branch July 4, 2019 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant