もう一つ質問させてください
"SVGAnimatedAngle" in window // true
window.hasOwnProperty("SVGAnimatedAngle") // true
なのに
for (let i in window)console.log(i)

Object.keys(window)に
SVGAnimatedAngleが含まれない出力されないのは何ででしょうか?