lightpanda-io / browser

The open-source browser made for headless usage
https://lightpanda.io
GNU Affero General Public License v3.0
152 stars 0 forks source link

[i]frame support #263

Open ziebarthw opened 3 months ago

ziebarthw commented 3 months ago

This may already be on the road map. At this phase in the project there seems to virtually no support for content loaded into <[i]frame /> elements.

(perhaps it is blocked by #170 since window.frames would be a significant part of a comprehensive implementation?)

Content on the demo web page delivered via an <iframe src="more-product-details.jsp?id=1234"/></iframe> (inline, JS-generated, etc.) would be missing from the final output.

4.8.5 The iframe element

krichprollsch commented 2 months ago

Hello @ziebarthw, Thank you for opening this issue. You are perfectly right, there is no support of frames for now in the browser. We will prioritize the support of web apis according to their need in real use cases.

If you have an usage of the browser where iframe support blocks you, please share :)