Images 💾

Last commit ⭐

commit 1146284d8685a346bd9b3cf5e97339212c3bf901
Author:     Tim Ledbetter <timledbetter@gmail.com>
AuthorDate: Wed Jul 17 14:42:45 2024 +0100
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Sun Jul 21 16:55:51 2024 -0400

    LibWeb: Implement `Node.isDefaultNamespace()`
    
    This method accepts a namespace URI as an argument and returns true if
    the given URI is the default namespace on the given node, false
    otherwise.
    
    (cherry picked from commit 055c902a375bb34b8c0e31f015c2815fe935c6a9)