Ask A Question

Notifications

You’re not receiving notifications from this thread.

How to use the Browser Geolocation API with Rails Discussion

Back to Rails: I would prefer Ruby/Rails screencasts over more and more Stimulus. Please don't become a Stimulus videocast.

Reply

Thanks Chris!

Reply

Thanks Chris!

Reply

Little es6 javascript tweak, we can switch from this.success.bind(this) to this.success if we define the functions with => operator:

success = (position) => {
 ...
}
error = () => {
...
}
Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 84,387+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.