MCPcopy
hub / github.com/ampproject/amphtml / ifEdge

Method ifEdge

testing/test-config.js:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 ifEdge() {
93 return this.if(this.runOnEdge);
94 }
95
96 ifFirefox() {
97 return this.if(this.runOnFirefox);

Callers

nothing calls this directly

Calls 1

ifMethod · 0.95

Tested by

no test coverage detected