AlphaTr

Results 2 issues of AlphaTr

## 背景 > 描述您希望改进的问题。 micro-app版本:1.0.0-rc.4 `iframe` 沙箱内 `performance.now()` 获取的值不是页面的停留时间;可能跟沙箱实现方式相关,获取的时间是 iframe 沙箱的启动时间,不知道是否是符合预期的行为 ## 期望的效果 非预期的行为的话,是否可以在子应用中 performance 跳出沙箱,直接使用基座应用的 performance 变量;或者如果是预期行为的话,可以在文档中有类似 [子应用中操作location异常](https://micro-zoe.github.io/micro-app/docs.html#/zh-cn/framework/vite?id=_1%e3%80%81%e5%ad%90%e5%ba%94%e7%94%a8%e4%b8%ad%e6%93%8d%e4%bd%9clocation%e5%bc%82%e5%b8%b8) 这样的提示,引导使用 `window.rawWindow.performance`

feature
discussion