Save 36% for Black Friday! Learn more

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