In JavaScript, loading or modifying an image is quite easy. Now I want to setup a page, that is creating 100 images on the clientside (to eliminate a lot of traffic sent to the server). So my question now:
Is it possible to load a button without text (e.g. button.png), put text or something on it and cache it in each variant in the HTTP cache? So create label "button1" on it, cache it, create "button2" on it, cache it.
What other methods are there to get an any object into the cache (e.g. chrome://cache) using JavaScript? For example from string to cached object.
Best regards, mutilis