You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the point of IsSupported? The docs don't describe it.
Why can't I just use the following 2 solutions?
import{browser}from'$app/environment';// set once, and doesn't changeconstisSupportedStatic=browser&&navigator&&'geolocation'innavigator;// detect change automaticallyconstisSupportedDynamic=$derived(browser&&navigator&&'geolocation'innavigator);
The text was updated successfully, but these errors were encountered:
Change Type
Addition
Proposed Changes
What is the point of IsSupported? The docs don't describe it.
Why can't I just use the following 2 solutions?
The text was updated successfully, but these errors were encountered: