开发者

Are mediaqueries event listeners

开发者 https://www.devze.com 2023-03-23 04:23 出处:网络
Are css mediaqueries some sort of event listeners (listening for a window resize) or does the browser check for the开发者_JS百科m occasionally? If the letter, when or how often?For instance, WebKit se

Are css mediaqueries some sort of event listeners (listening for a window resize) or does the browser check for the开发者_JS百科m occasionally? If the letter, when or how often?


For instance, WebKit sets up internal listeners that re-evaluate queries whenever "important" properties (window size, orientation, etc.) change, but this is not exposed through any APIs.

0

精彩评论

暂无评论...
验证码 换一张
取 消