Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ isServer
Method
isServer
packages/sdks/web/src/index.ts:196–198 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
194
}
195
196
private isServer() {
197
return
typeof document ===
'undefined'
;
198
}
199
200
public trackOutgoingLinks() {
201
if
(this.isServer()) {
Callers
7
constructor
Method · 0.95
trackOutgoingLinks
Method · 0.95
trackScreenViews
Method · 0.95
trackAttributes
Method · 0.95
screenView
Method · 0.95
clearRevenue
Method · 0.95
pendingRevenue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected