Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dailydotdev/apps
/ onOptOut
Function
onOptOut
packages/extension/src/frame/controller.ts:132–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
};
131
132
const
onOptOut = () => {
133
sendParentMessage(extensionSiteEmbedFrameEvent.OptOutRequested, {
134
target: target.href,
135
});
136
};
137
138
renderPermissionPrompt({
139
root,
Callers
2
optOut
Function · 0.85
renderPermissionPrompt
Function · 0.85
Calls
1
sendParentMessage
Function · 0.85
Tested by
no test coverage detected