Backbone event attachment:compat:ready can’t hook

     if (wp.media) {
            wp.media.view.AttachmentCompat.prototype.on("ready", function (e) {
                console.log("Kompat Ready mokor 12");
            });
}

This event name is “ready” 🙂 works now fine . Maybe this will help someone.