You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because we create a new prop in document which will not be affected even if document.__proto__.prop is removed. A way to fix is to define a delete handler for document.__proto__.prop.
The text was updated successfully, but these errors were encountered:
This is because we create a new prop in
document
which will not be affected even ifdocument.__proto__.prop
is removed. A way to fix is to define a delete handler fordocument.__proto__.prop
.The text was updated successfully, but these errors were encountered: