hhp

Results 4 comments of hhp

> ```js > let value = 2; > let foo = { > value: 1 > }; > function bar(name, age) { > this.habit = 'shopping'; > console.log(this.value); > console.log(name);...

> Has this bug already been fixed? Or perhaps some sort of workaround has been found? Is your current slate operating environment the same?“macos webview userAgent Mozilla/5.0 (Macintosh; Intel Mac...

> @Hhpon Yes, same environment. I'm trying to set a custom user-agent for the browser but slate doesn't seem to recognize it > > `useEffect(() => { let userAgent =...