mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
LibWeb: Port CanvasGradient interface from DeprecatedString to String
This commit is contained in:
parent
2c69f273a0
commit
c4f12feadc
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
[Exposed=(Window,Worker), UseDeprecatedAKString]
|
||||
[Exposed=(Window,Worker)]
|
||||
interface CanvasGradient {
|
||||
// opaque object
|
||||
undefined addColorStop(double offset, DOMString color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue