1 2 3 4 5
[Exposed=(Window,Worker)] interface CanvasGradient { // opaque object undefined addColorStop(double offset, DOMString color); };