-
const value = propertiesWithGetter.has(p) |
Beta Was this translation helpful? Give feedback.
Answered by
kuitos
Apr 26, 2021
Replies: 1 comment
-
因为通过 rawWindow.prop 的方式取值才能触发原始的 getter 调用,参考这个 pr 跟 test case #641 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kuitos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
因为通过 rawWindow.prop 的方式取值才能触发原始的 getter 调用,参考这个 pr 跟 test case #641