前端analysis | What,Why,Who,When,Where,How

《Performance》- web-worker 深入了解

webWorker angular8
web-worker 通信过程 web api支持情况 不支持的web api window document 支持的 navigator Console API CustomEvent Promise websocket ajax XMLHttpRequest ...
Read more

《Performance》- PWA入门

性能优化 performance lighthouse
PWA为何引入 特性了解 如何开发
Read more

《前端面试》- js 加减乘除总有NaN,Infinity出现

前端 面试 位操作 js
数值转换Number转换 toString js 运算位操作 布尔操作 加法 减法 乘法 除法 求模
Read more

《Node》- package.json中的browserslist

node
介绍1234567# package.json "browserslist": [ "defaults", "not IE 11", "maintained node versions" ] 前端工 ...
Read more

《Angular8》- angular web-worker 实践

angular webWorker
angular升级 选择不同版本升级,得到一些指引update.angular.io 12345// Modern JS<script type="module" src="…">// Legacy JS<script nomodu ...
Read more

《前端面试》- 前端知识体系重点

前端 面试 js
JS Event Loop 执行异步,会创建微任务或者宏任务,添加到对应的队列中等待处理 环境:从左到右执行 同步 微任务队列 宏任务 浏览器 console之类的 promise.then 等 setTimeout,setInterval等逐个执行 node 11- c ...
Read more
上一页 下一页