TypeScript Version: 3.7.x-dev.201xxxxx
Search Terms: sheet, SVGStyleElement
Code
var c: SVGStyleElement;
console.log(c.sheet);
Expected behavior:
No error on c.sheet
Actual behavior:
Error Property 'sheet' does not exist on type 'SVGStyleElement'
Playground Link:
https://www.typescriptlang.org/play/?ssl=3&ssc=22&pln=1&pc=1#code/G4QwTgBAxgXBDKA1A4vALgTwDYFMCiuAtjgHZoDcAsAFA1QD2JAzvbgHRb0DmAFFG0wAWOHGgCU5IA
Additional info
Both Chrome and Firefox have sheet on SVGStyleElement.
TypeScript Version: 3.7.x-dev.201xxxxx
Search Terms: sheet, SVGStyleElement
Code
Expected behavior:
No error on
c.sheetActual behavior:
Error
Property 'sheet' does not exist on type 'SVGStyleElement'Playground Link:
https://www.typescriptlang.org/play/?ssl=3&ssc=22&pln=1&pc=1#code/G4QwTgBAxgXBDKA1A4vALgTwDYFMCiuAtjgHZoDcAsAFA1QD2JAzvbgHRb0DmAFFG0wAWOHGgCU5IA
Additional info
Both Chrome and Firefox have
sheetonSVGStyleElement.