Return 0 when watchPosition() errors (#100) · w3c/geolocation@2c0c516 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 2c0c516
Return 0 when watchPosition() errors (#100)
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -573,7 +573,7 @@ | ||
573 | 573 | <li>[=Call back with error=] |errorCallback |
574 | 574 | {{GeolocationPositionError/POSITION_UNAVAILABLE}}. |
575 | 575 | </li> |
576 | -<li>Return an [=implementation-defined=] {{long}}. | |
576 | +<li>Return 0. | |
577 | 577 | </li> |
578 | 578 | </ol> |
579 | 579 | </li> |