1 things tagged “jsonp”
-
Sunday December 5, 2010
Google Code Blog: Instant Previews: Under the hood
How the inline search previews work. A JSONP call (for cross domain and better cache enforcement) which returns the image as a Data URI, preventing an extra image request. Clever. Very clever.