You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see getRequests() returning certain endpoints that I see in Chrome devtools. Is this function designed to return all the network calls with a get method?
The text was updated successfully, but these errors were encountered:
The service will capture any requests (e.g. put / post / get) made using the window's fetch or XMLHttpRequest. If the page under observation caches the reference to those objects during load, any requests made through the cached objects cannot be observed.
Can you provide additional information about the requests being made that are not being captured?
Additionally, if the requests are due to native browser handling (e.g. loading the URL found in an <image>'s src attribute), those will not be captured either.
I don't see getRequests() returning certain endpoints that I see in Chrome devtools. Is this function designed to return all the network calls with a
get
method?The text was updated successfully, but these errors were encountered: