Images 💾

Last commit ⭐

commit 5ebf444199ca638b23f112835a8a5a89587961b4
Author:     Luke Wilde <lukew@serenityos.org>
AuthorDate: Sat Aug 20 19:59:54 2022 +0100
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Sun Aug 21 00:01:23 2022 +0100

    LibWeb: Make window.performance replaceable and configurable
    
    Required by Discord, which polyfills it by taking the existing native
    object, polyfilling missing functions and setting window.performance to
    it.
    
    This is a hard requirement as this is done in strict mode with no
    try/catch and thus causes their JavaScript to stop progressing.