8P by ragingwind 2021-05-19 | favorite | 댓글과 토론

-Differential privacy, Privacy Sandbox, FLoC, TrustToken 등의 기술에 기반한 개인 보안 기술을 강조. 특히 여러탭, 사이트에서 공유 되어서 서드파티나 데이터 브로커등이 직접 쿠키에 접근하는 것을 보완하려고 노력 중. [https://www.blog.google/products/chrome/building-a-more-private-web/](https://www.blog.google/products/chrome/building-a-more-private-web/), [https://github.com/WICG/floc](https://github.com/WICG/floc), [https://blog.google/products/ads-commerce/2021-01-privacy-sandbox/](https://blog.google/products/ads-commerce/2021-01-privacy-sandbox/)
- Web Capabilities, OS 와 통합 된 새로운 API 들, 웹앱설치 경험 개선 New app shortcuts, Badging APIs, Declarative link, File System Access API with File Handling API
- WebHID(Gamepad), WebSerial API
- WebGPU, Google MAP, WebGLOverlayView, 3D Object 가능
- WebAssembly, SIMD, Threading 을 통한 퍼포먼스 향상. 텐서플로우에 사용
- Sparkplug, V8 새로운 엔진, CPU 사용이 적으며 컴파일과 최적화를 적절히 하는 엔진, [https://docs.google.com/document/d/…#](https://docs.google.com/document/d/…#)
- Intensive timer throttling of CSS and JS, [https://developer.chrome.com/blog/timer-throttling-in-chrome-88/](https://developer.chrome.com/blog/timer-throttling-in-chrome-88/)
- BFCache on Android, [https://web.dev/bfcache/](https://web.dev/bfcache/) 곧 데스크탑으로 확장 예정
- Prerendering2, 새로운 pre-rendering API, same-site, origin 기반 올해말에 experimental API 로 나올 예정, [https://docs.google.com/document/d/…#](https://docs.google.com/document/d/…#)
- Text Fragments 를 활용한 scroll-to-scroll, URL 뒤에 첨부 된 text 로 스크롤, [https://web.dev/text-fragments/](https://web.dev/text-fragments/)
- Shared Element Transitions API 가 곧 소개 될 예정, SPA, MPA 에서 사용 가능한 스무스한 페이지 전환 API, [https://github.com/WICG/shared-element-transitions](https://github.com/WICG/shared-element-transitions)
- OTP
- [web.dev](http://web.dev) 사이트를 잘 활용하자.
- Web Vital 을 잘 사용하자. 많은 성과 보임, Lighthouse performance matrix 살펴보자
- #Compat2021 을 통해서 크로스 브라우저간의 호환성을 개선 하겠다.