- From: Kinuko Yasuda <notifications@github.com>
- Date: Mon, 13 Apr 2020 02:44:11 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 13 April 2020 09:44:24 UTC
Just learned about this, seems neat. https://github.com/whatwg/fetch/issues/49#issuecomment-123901168 only mentions images, media, scripts and styles, but I wonder if this could be also used for nested frames (i.e. iframes). One obviously tricky case is cross-origin cases (esp. with service workers, something that's discussed in https://github.com/w3c/ServiceWorker/issues/590), but what if we allow this only for same-origin or sandboxed cases (without same-origin-access)? Then one can put fine control over when to load embeddable content, which feels convenient. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/49#issuecomment-612831604
Received on Monday, 13 April 2020 09:44:24 UTC