79318040

Date: 2024-12-30 16:09:06
Score: 0.5
Natty:
Report link

credits to medium user , on this one

  const onClick = async () => {  
    const popup = window.open(''); 
    const { popupUrl } = await requestPopupUrl();    
    popup.location.href = popupUrl; setInterval(() => {  
        console.log(popup); // returns a WindowProxy object as you expected  
    }, 1000);  
  };
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ilan weissberg