HuolalaTech / page-spy-web

Debug remotely and easily like chrome devtools.
https://www.pagespy.org
MIT License
4.28k stars 257 forks source link

fix: fix error when cookie is undefined #124

Open answer-huang opened 8 months ago

answer-huang commented 8 months ago
image

fix error when cookie is undefined

wqcstrong commented 8 months ago

感谢你的贡献。默认情况下 cookie 会是个空数组,你能帮忙继续找下是什么时候 cookie 变成 null 的根本原因吗

answer-huang commented 8 months ago

感谢你的贡献。默认情况下 cookie 会是个空数组,你能帮忙继续找下是什么时候 cookie 变成 null 的根本原因吗

ok, 我有空找下原因.

answer-huang commented 8 months ago

感谢你的贡献。默认情况下 cookie 会是个空数组,你能帮忙继续找下是什么时候 cookie 变成 null 的根本原因吗

image

debug 了下, 这个地方把 cookie 重置成 undefined 了. ( data 下面没有 data 这个属性 )