///////////////////////////////////////////////////////////// // // pgAdmin 4 - PostgreSQL Tools // // Copyright (C) 2013 - 2023, The pgAdmin Development Team // This software is released under the PostgreSQL Licence // ////////////////////////////////////////////////////////////// import Notify from '../../../static/js/helpers/Notifier'; import _ from 'lodash'; define( ['sources/gettext', 'sources/pgadmin'], function(gettext, pgAdmin) { pgAdmin.Browser = pgAdmin.Browser || {}; _.extend(pgAdmin.Browser, { report_error: function(title, message, info, callback) { title = _.escape(title); message = _.escape(message); info = _.escape(info); let text ='