NG
NG copied to clipboard
Implementing W3C and WHATWG specifications on NG
I think NG should cover some APIs that belong to body standards. List of proposed APIs:
Canvas? In core? What for?
#17 is related.
I don't think those higher level API should be on core. Core API should be more stable and lower level. Higher level APIs should be on userland.
BUT, IMO the following APIs are needed to be discussed that core is better or non-core is better.
- http2 (we already implemented http. IMHO, we would be better to implement http/2)
- workers (we have PR, but not landed yet.)
- console (Browser console is pandora box...)
- whatwg-url
- blobs, etc
I think listed APIs should be implemented on an extended version, not the core.
WebGL