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
* @param {Obj} object - object whose property we are wrapping (most commonly a prototype, e.g. globalThis.BatteryManager.prototype)
241
241
* @param {Key} propertyName
242
242
* @param {import('./wrapper-utils.js').StrictPropertyDescriptorGeneric<Obj, Key>} descriptor - requires all descriptor options to be defined because we can't validate correctness based on TS types
243
-
*/
243
+
*/
244
244
defineProperty(object,propertyName,descriptor){
245
245
// make sure to send a debug flag when the property is used
246
246
// NOTE: properties passing data in `value` would not be caught by this
0 commit comments