Total canvas memory use exceeds the maximum limit (Safari 12)
Someone posted an answer, that showed a workaround for this. The idea is to set height and width to 0 before deleting the canvases. It is not really a proper solution, but it will work in my cache system. I add a small example that creates canvases until an exception is thrown, then empties the … Read more