Ahmad Sofyan
Results
1
comments of
Ahmad Sofyan
I think this approach is better. You don't have to change it every time you build your app: `const isBrowser = document.URL.includes(‘https://’) || document.URL.includes(‘http://’);/*document.URL.startsWith(‘http’);` and then a bit lower in...