///////////////////////////////////////////////////////////// // // pgAdmin 4 - PostgreSQL Tools // // Copyright (C) 2013 - 2022, The pgAdmin Development Team // This software is released under the PostgreSQL Licence // ////////////////////////////////////////////////////////////// import Notify from '../../../static/js/helpers/Notifier'; define( ['sources/gettext', 'underscore', '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 ='