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
* Adds one or more properties to an object, and/or modifies attributes of existing properties.
184
184
* @param o Object on which to add or modify the properties. This can be a native JavaScript object or a DOM object.
185
185
* @param properties JavaScript object that contains one or more descriptor objects. Each descriptor object describes a data property or an accessor property.
* Adds one or more properties to an object, and/or modifies attributes of existing properties.
185
185
* @param o Object on which to add or modify the properties. This can be a native JavaScript object or a DOM object.
186
186
* @param properties JavaScript object that contains one or more descriptor objects. Each descriptor object describes a data property or an accessor property.
0 commit comments