补环境框架笔记
1.浏览器环境下一些特殊的变量
window === self window === top window.self === self.top.window document.all 能得到HTMLAllCollection对象 typeof document.all 却是 undefined

2.fiddler插件个函数最新的顺序:
OnBoot: 初始化时 OnAttach: 插件启动时 OnExecAction: 命令执行时 OnPeekAtRequestHeaders: 请求头拼接 OnBeforeRequests:请求开始时 OnPeekAtResponseHeaders:返回头解析时 OnBeforeResponse: 接收头解析时 OnDetach: 插件销毁时
3.简单的补canvas:参考https://github.com/fingerprintjs/fingerprintjs/blob/master/src/sources/canvas.ts
