79711700

Date: 2025-07-23 10:22:25
Score: 0.5
Natty:
Report link

also you coul parse get params from url by URLSearchParams

myIframeRequest.html?param=val

//inside iframe
const urlParams = new URLSearchParams(window.location.search);
console.log(urlParams.getAll('param'));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pasha K