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

Method ifChrome

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

Source from the content-addressed store, hash-verified

86 }
87
88 ifChrome() {
89 return this.if(this.runOnChrome);
90 }
91
92 ifEdge() {
93 return this.if(this.runOnEdge);

Calls 1

ifMethod · 0.95

Tested by

no test coverage detected