paradiego
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
export { default } from "./ownerWindow.js";
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import ownerDocument from "../ownerDocument/index.js";
|
||||
export default function ownerWindow(node) {
|
||||
const doc = ownerDocument(node);
|
||||
return doc.defaultView || window;
|
||||
}
|
||||
Reference in New Issue
Block a user