How would a website detect whether a certain feature of site input device is present or not?
--
You received this message because you are subscribed to the Google Groups "platform-architecture-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to platform-architect...@chromium.org.
To post to this group, send email to platform-arc...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CAFUtAY_SSLuX9iNXQQhxeiRtsdTtiMGNihEh%2BL_-j_QB%2B2O7jA%40mail.gmail.com.
Note that the more dynamic the system is that constructs our interfaces the slower it is. In general I don't think we want to do this for very many things on the web, we need context creation to be much faster and as close to a memcpy as possible. I still see iframes take 10ms to create on a 5X which means you have no hope of avoiding jank on the main thread. Until we make that just a few ms I think we should be very careful where we apply this kind of runtime feature enabling. It'd be pretty sad if we made that 10ms into 11ms...
- E
--
You received this message because you are subscribed to the Google Groups "platform-architecture-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to platform-architect...@chromium.org.
To post to this group, send email to platform-arc...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CAK_TSXKC%3Dm-nns642YpHCDvOuAk3Lv0BNhMcWgn1iP5-bTXHVg%40mail.gmail.com.