Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/utterance/utterances
/ startMeasuring
Function
startMeasuring
src/measure.ts:8–12 ·
view source on GitHub ↗
(origin: string)
Source
from the content-addressed store, hash-verified
6
let
hostOrigin: string;
7
8
export
function
startMeasuring(origin: string) {
9
hostOrigin = origin;
10
addEventListener(
'resize'
, scheduleMeasure);
11
addEventListener(
'load'
, scheduleMeasure);
12
}
13
14
let
lastHeight = -1;
15
Callers
1
bootstrap
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected