Y
Hacker News
new
|
ask
|
show
|
jobs
by
kijin
133 days ago
That's not enough. As the article explains, SVGs can reference external resources. So you also need to prefetch those external resources, recursively, if you want to be thorough.
1 comments
RobotToaster
133 days ago
To add to this, those external resources aren't limited to images, they can be basically anything, foreignObject allows video.
I'm also wondering if you could (ab)use SMIL mouse events to bypass this approach.
link
I'm also wondering if you could (ab)use SMIL mouse events to bypass this approach.