oliver1204 / randomNotes

用来记录平时的日常总结
1 stars 0 forks source link

听 hax 后现代es6 #52

Open oliver1204 opened 7 years ago

oliver1204 commented 7 years ago

Object.getOwnPropertyDescriptors() Shared memory and atomics 共享内存与原子操作run to completion(RTC) async/await sharedArrayBuffe: 编译到js nodejs 里面没有worker的概念,目前只有多个进程的概念。但是他们已经在考虑将worder 加入。

import export 经过js 编译后,会

import() 按需加载 import(./ada.js) .then() .catch() async iteratior image regExp image

global 指向本地,现代浏览器都支持了

class image 后现代的 image

image

接下来可能会出现的 image

pattern matching
image image image

webassembly 二进制的形式,web上的汇编语言

[译] 是的,ES2017 (ES8)来了