# Chrome 115 의 새 기능들

> Clean Markdown view of GeekNews topic #9842. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9842](https://news.hada.io/topic?id=9842)
- GeekNews Markdown: [https://news.hada.io/topic/9842.md](https://news.hada.io/topic/9842.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-07-17T10:31:02+09:00
- Updated: 2023-07-17T10:31:02+09:00
- Original source: [developer.chrome.com](https://developer.chrome.com/blog/new-in-chrome-115/)
- Points: 7
- Comments: 1

## Topic Body

- 스크롤-드리븐 애니메이션을 생성할 수 있는 `ScrollTimeline` 과 `ViewTimeline`   
- Fenced Frames : Privacy Sandbox 를 통해서 불필요한 콘텐츠 공유를 제한하면서 콘텐츠 임베딩 가능   
  - iframe과 달리 임베딩/임베디드 간에 상호 DOM 접근 불가   
- Topics API: 브라우저가 써드파티에게 사용자 관심정보를 공유 가능   
- 메인스레드의 `WebAssembly.Module` 최대 크기가 8MB로 상향   
- CSS `display` 속성이 여러개의 키워드를 허용   
- Compute Pressure API의 origin trial 시작(기기 하드웨어에 대한 상태 정보제공)

## Comments



### Comment 17375

- Author: kuroneko
- Created: 2023-07-17T10:37:22+09:00
- Points: 1

Privacy Sandbox 관련된 기능들이 하나 둘 추가되고 있네요.  
특히 Fenced Frames은 기존 iframe 쓰면서 복잡한 정책 적용하는 것 보다 유용할 것 같습니다.  
  
스크롤 애니메이션 CSS는... 좋아보이기는 한데 쓸 수 있게 될려면 진짜 한참 걸리겠네요.
