I have an interesting situation that my usually clever mind hasn\'t been able to come up with a solution for :) Here\'s the situation...
I have a class that has a g
This is ugly, but anyway I think the question is kindof implying an ugly solution is desired...
Alternately, to avoid sending the data over the network, you could instead have your iframe encode the result into a canvas-generated image that the browser caches (similar to the approach that Zombie cookie reportedly used). Then your blocking script would try to continually load this image over and over again (with some small network-generated delay on each request) until the cached version is available, which you could recognize via some flag that you've set to indicate it's done.