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

Monitoring Fetch Requests #24

Closed
omarchehab98 opened this issue Apr 20, 2017 · 2 comments
Closed

Monitoring Fetch Requests #24

omarchehab98 opened this issue Apr 20, 2017 · 2 comments

Comments

@omarchehab98
Copy link
Contributor

window.fetch is currently not being monitored by Eruda.

Unlike XHR requests, fetch can be monitored through an event listener, window.addEventListener('fetch', function (request) { ... }).

@surunzi
Copy link
Member

surunzi commented Apr 23, 2017

I just noticed fetch is supported in safari for ios 10.3 recently. Definitely going to support it in eruda later.

surunzi added a commit that referenced this issue Jan 2, 2018
@surunzi
Copy link
Member

surunzi commented Jan 7, 2018

Supported in v1.4.0.

@surunzi surunzi closed this as completed Jan 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants