FIx cross-browser incompatibility
This commit is contained in:
parent
fd64100dc9
commit
c844e6c52b
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ const main = async () => {
|
|||
vendor,
|
||||
renderer,
|
||||
referrer: document.referrer,
|
||||
connection: (navigator as any)?.connection.effectiveType,
|
||||
connection: (navigator as any)?.connection?.effectiveType,
|
||||
devicePixelRatio: devicePixelRatio,
|
||||
},
|
||||
getFrameData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue