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

Method ifFirefox

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

Source from the content-addressed store, hash-verified

94 }
95
96 ifFirefox() {
97 return this.if(this.runOnFirefox);
98 }
99
100 ifSafari() {
101 return this.if(this.runOnSafari);

Callers

nothing calls this directly

Calls 1

ifMethod · 0.95

Tested by

no test coverage detected