It might be just as efficient to create another one and stop the old one. Also, bulk setting options is very web unlike, so you would then instead have to expose each option variable as a property instead ``` let tracker = new PersonTracker({ inventedOption: true }) tracker.inventedOption = false; ```
It might be just as efficient to create another one and stop the old one.
Also, bulk setting options is very web unlike, so you would then instead have to expose each option variable as a property instead