# Method: handsfree.stop()
 handsfree.stop()
Currently this just reloads the page 😅
# Example
const handsfree = new Handsfree({weboji: true})
// Stop immediately after starting
handsfree.start(() => {
  handsfree.stop()
})
← .start() .throttle() →