DescriptionThe contextId argument for HTMLCanvasElement getContext() api should not be optional
As per spec link:
https://html.spec.whatwg.org/#the-canvas-element,
contextId argument for HTMLCanvasElement getContext() api
should not be optional.
Firefox and IE throws TypeError:Not enough arguments,
if argument is missing.
BUG=460722
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199308
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 16 (8 generated)
|