标签: javascript http
我使用window.performance.getEntriesByType('resource');来获取资源请求列表。但是我需要知道它们是什么样的请求。
window.performance.getEntriesByType('resource');
window.performance.getEntriesByType('resource')的结果包含URL名称,开始时间,持续时间等。我尝试使用Google搜索,但是找不到任何有用的信息。
window.performance.getEntriesByType('resource')
有没有办法找出使用javascript Web API发出的POST,GET之类的请求?