New in Chrome 94: Color management for canvas, WebCodecs, WebGPU, and more!

preview_player
Показать описание
Chrome 94 is rolling out now! The default color space for canvas elements is now formally defined as sRBG, and you can change it to Display P3. There’s a new, low level way to access built in audio and video codecs, important for streaming games, video editors, and such. WebGPU starts its origin trial. And, there’s plenty more!

Pete LePage has all the details about what’s new for developers in Chrome 94!

#NewinChrome #ChromeDeveloper #Chrome
Рекомендации по теме
Комментарии
Автор

Webgpu has always been my long anticipated feature. Awesome that it is now being shipped to chrome. It feels like the beginning of a new era !!!

kedevked
Автор

Unfortunately scrollbar-gutter got gutted by Apple. Would have been nice to have a standard overflow: overlay on Windows as well, so we can finally have consistent scrollbars across platforms (which is one of the last big pains for layout)

SimonBuchanNz
Автор

So happy to see that the virtual keyboard API has already been shipped! The default vkeyboard behavior is really wonky on foldables. Finally we can take control! 🥳🎊🎉

simioni
Автор

is the new draft (09-21-21) supported in the webgpu implementation ?

jagalinotube
Автор

Awesome, thank you google chrome team.

daelous
Автор

Well, I guess it's time to write some extension to detect mining sites.

razt
Автор

Want to code something with Web Codecs, i always hated how it's hard to use video formats in many programming languages, c# for example. Raw formats like BMP is easy to parse but they aren't usable in the web, they're huge.

SirusStarTV
Автор

Yeah, ICC WCG for HDR is nice. That does not work in Firefox properly, so nice.

lolerie
Автор

Damn HTTP 203 has special mention at end. Jake must be too happy I guess.

technikhil
Автор

WebGPU finally means video hardware acceleration for Linux?

joaopauloalbq
Автор

Mantap dan keren google chrome developers

YOUTUBEACEHBERDIKARI
Автор

Amazing to get to know this, especially on the MOUNTAIN GORILLA Day

Greetings from the pearl of Africa -VISIT UGANDA

fun
Автор

The link in description is not working.

varandpezeshkian
Автор

Why do i get HSTS errors and it states on all sites certificate errors? yesterday was all fine, not sure when it was updated. Noticed this release is from 24 sep. Today 30th this issue started happening. Clear HSTS using tha some weird link doesnt do anything, DNS clear and flush; nothing, only thing which works is setting date back by 1 day?

RomboutVersluijs
Автор

Why WebSQL is deprecated? Should IndexedDB be used instead?

serhiimamedov
Автор

No mention of the controversial Idle API...

OrPhEeUs
Автор

Phew I thought indexed db is going to be removed. although having a terrible apo, it allows sharing of data between service worker and the main thread. (as does cache storage).

HolgerNestmann