# 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()
})
Last Updated: 12/16/2020, 6:34:09 PM
Debugger