MCPcopy
hub / github.com/RetireJS/retire.js / isChannelInitialDocument

Function isChannelInitialDocument

firefox/lib/main.js:128–130  ·  view source on GitHub ↗
(httpChannel)

Source from the content-addressed store, hash-verified

126}
127
128function isChannelInitialDocument(httpChannel) {
129 return httpChannel.loadFlags & httpChannel.LOAD_INITIAL_DOCUMENT_URI;
130}
131
132function onExamineResponse(event) {
133 try {

Callers 1

onExamineResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected