用户通过点击链接或者在地址栏中输入网址导航到返回的资源initiator为other。
Initiator:发送请求的对象,主要包含Parser和Script
Initiator: The object or process that initiated the request. It can have one of the following values:
发起请求的对象或进程。它可以具有以下值之一:
1.Parser – Chrome’s HTML parser initiated the request.
解析器 – Chrome的HTML解析器发起了请求。
2.Redirect – A HTTP redirect initiated the request.
重定向 – HTTP重定向启动了请求。
3.Script – A script initiated the request.
脚本 – 脚本启动了请求。
4.Other – Some other process or action initiated the request, such as the user navigating to a page via a link, or by entering a URL in the address bar.
其他 – 其他一些流程或操作启动了请求,例如用户通过链接导航到页面,或者在地址栏中输入URL。
版权声明:本文为qq_34752068原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。