By definition, this is the kind of thread that never gets old.
Are there any new and upcoming features shipping in browsers, or updates on browser support for certain features we should be paying attention to?
By definition, this is the kind of thread that never gets old.
Are there any new and upcoming features shipping in browsers, or updates on browser support for certain features we should be paying attention to?
For further actions, you may consider blocking this person and/or reporting abuse
Oldest comments (44)
Why should there be something new? The browser war is over ...
More PWA support in both desktop and mobile browsers is happening and we should be paying a lot of attention
And, above all, more hardware and OS support for the web. Things are progressing steadily for Web NFC, Shape Detection API, Web Share API...
Super excited for more PWA support.
Waiting for Edge to come, finally something that would compete with chrome.
That's sarcasm right?
Well, Edge is currently being rebuilt on top of Chromium, thus it'll be more or less the same thing then.
The chromium version of edge is already freely available from Microsoft. I've been using it as my default browser for several weeks, it is really promising.
I wrote about it here
The Chromium Browser Wars
Nick Taylor ・ May 21 ・ 2 min read
No, I've been using it for the last 2 months at work. It's faster than Chrome, I've been able to get my extensions, etc.
There's still a lot of work to do for features etc, but they have to make sure to not go the way of Mozilla.
You mean now that it'll be running on Chromium and is basically the same thing with different clothes? :(
It will give IE holdouts something to switch to that's easier for Developers. Also the edge chromium has different privacy settings and other neat little account management and UI bells and whistles. I think their intent is to Port over all those unique things from the original Edge. And MS has already committed code back to the original chromium project. It's nice to have the same old blink and V8 engines powering my browser, but the renewed Vigor of a desperate Microsoft developing features. Google has gotten lazy and barely iterated much on Chrome in years, besides consistently implementing new browser standards. Which will now also work perfectly in Edge. It's the best of both worlds
Firefox has been testing Picture in Picture: hacks.mozilla.org/2019/07/testing-...
It has came out really good I should say!
I think we will see a complete division between old front-end developers and new one. We are already seeing it now, but not as we will in the next 9-12 months. React, Angular, Vue are so easy to learn people often forget about vanilla JS and its part in the ecosystem. I think this will change in the following year and we will see some negative numbers in frameworks usage, as we did with Bootstrap (Not falling, but remaining still and losing some terrain month after month), going back to the roots with performance, accessibility, scalability and maintainability in mind. And, of course, PWA & CSS Grid will increase in usage statistics.
stay ahead of the curve
Lets Build Web Components! Part 1: The Standards
Benny Powers 🇮🇱🇨🇦 ・ Sep 18 '18 ・ 10 min read
Share Target api!
WebAssembly is gaining more traction lately, and with it in particular running Rust in Node.JS and in the browser. Pretty exciting stuff
Web Assembly will support a lot more features as time passes!
Threads! Garbage collection! DOM bindings! And so on.
Can't wasm-pack for Rust already generate DOM bindings?
Yes, sorta, but it shouldn't be possible, technically. I guess it's actually JavaScript that does the manipulation and it's exposed to the WASM part. I don't know the details...
Currently it's a JS lib that does the actual DOM manipulation and then communicates back to the WASM lib iirc. Not all that performant since you've got marshaling between JS and WASM in both directions for every call, but it's possible.
The DOM integration would provide direct native access to the DOM from your WASM binary. It's the one feature I'm waiting on before I really dive into it.
TIL!
Python. brython.info
Firefox showing you why your CSS rules aren't implemented/what is overriding them.
Firefox accessibility tree view.
ES2019 support in the Chromium engine (and firefox and safari).
im going back to firefox for this
Firefox has been releasing such great devtools updates for CSS recently
Not sure you can call it "upcoming" yet, but I'm pretty excited about the silly things you can do with CSS Houdini. Though while I dig JS, having the page's layout entirely dependent on more JS doesn't feel great.
Houdini could be the most exciting thing coming to CSS. Can't wait to see things progressing, and see things more defined in relation to Layout API, Parser API and Font Metrics API. Cool stuff!
really? who names these things? i'd like to submit my resume.