[Webkit-unassigned] [Bug 193616] Web Inspector: Make completion popover faster by removing setInterval

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 18:39:56 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=193616

Nikita Vasilyev <nvasilyev at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |webkit-bug-importer at group.a
                   |                            |pple.com
           Assignee|webkit-unassigned at lists.web |nvasilyev at apple.com
                   |kit.org                     |
            Summary|Web Inspector: Make         |Web Inspector: Make
                   |completion popover faster   |completion popover faster
                   |                            |by removing setInterval

--- Comment #1 from Nikita Vasilyev <nvasilyev at apple.com> ---
Unfortunately, I don't see how IntersectionObserver can be helpful here.

"The Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element" - because one element has to be an ancestor of another, I don't see how it to make it work here.

---

There're libraries in the wild to detect resize events without timeouts. Perhaps it's worth investigating what they do.

http://marcj.github.io/css-element-queries/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190406/836c3e21/attachment.html>


More information about the webkit-unassigned mailing list