var supportsCSS = !!((window.CSS && window.CSS.supports) || window.supportsCSS || false);
I think that false does not mean zero, but else.
window.CSS.supports is the current syntax, and window.supportsCSS is the old syntax.
I mean that false can be replaced with window.CSS.require_supports in the future.
!! used to emphasize the code that I think.
user8214535
source share