Breaking changes in 7.0 API changes Deprecated API /shorten has been removed Saved object structure change Browser support changes Removed support for using PhantomJS browser f...
Install Grafana Supported operating systems Hardware recommendations Supported databases Supported web browsers Install Grafana This page lists the minimum hardware and soft...
Introduction Basic PWA Concepts Application Installation Requirements Introduction Progressive Web Applications (PWAs) combine new technologies with established best practices...
离屏渲染 概览 渲染模式 GPU加速 软件输出设备 示例 离屏渲染 概览 Offscreen rendering lets you obtain the content of a BrowserWindow in a bitmap, so it can be rendered anywhere, for example, on t...
浏览器渲染 浏览器显示页面的原理 参考资料 浏览器渲染 浏览器显示页面的原理 获取 HTML 文档及样式表文件 解析成对应的树形数据结构 DOM tree CSSOM tree 计算可见节点形成 render tree 计算 DOM 的形状及位置进行布局 将每个节点转化为实际像素绘制到视口上(栅格化)render tree(页面上所显示...