Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Sep 7, 2018
0 parents commit e0253d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 2018-09-07-meeting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 2018-09-07 会议结论

* 预渲染再继续恢复后,是否能保证执行依赖正确?
* 例如,脚本和样式表需要保证异步执行。
* 可以使用 [sync-script feature policy](https://github.com/WICG/feature-policy/issues/135) 等方式关闭同步脚本的支持。
* 需要明确可以预渲染的功能细节。
* 功能细节包括:解析 dom,加载 css 等;需要对不同的功能分开支持。
* 需要明确各功能之间的依赖。
* 要预渲染的页面,其前置页面应当主动申明是否开启预渲染以及需要支持的能力。
* 浏览器需要根据客户端资源状况动态控制是否开启预渲染功能。
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Page Prerendering - 页面预渲染

本仓库记录关于 Web 页面预渲染的讨论和相关共识。

0 comments on commit e0253d6

Please sign in to comment.