New Discussion

Notifications

You’re not receiving notifications from this thread.

How to use the Browser Geolocation API with Rails Discussion

3
General

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

Thanks Chris!

Thanks Chris!

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 = () => {
...
}
Join the discussion
Create an account Log in

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

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

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