///////////////////////////////////////////////////////////// // // pgAdmin 4 - PostgreSQL Tools // // Copyright (C) 2013 - 2024, The pgAdmin Development Team // This software is released under the PostgreSQL Licence // ////////////////////////////////////////////////////////////// import React from 'react'; import PropTypes from 'prop-types'; // Allow us to render IFrame using React // Here we will add the event listener on Iframe load event export default function HiddenIframe({id, srcURL, onLoad}) { return (