Matt Wise
07/05/2024, 9:01 AMif (!nodeComputedStyle) {
if (node instanceof DocumentFragment)
return !0;
nodeComputedStyle = this.doc.defaultView.getComputedStyle(node)
}
Matt Wise
07/05/2024, 9:03 AMMatt Wise
07/05/2024, 9:21 AM