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

Method ifSafari

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

Source from the content-addressed store, hash-verified

98 }
99
100 ifSafari() {
101 return this.if(this.runOnSafari);
102 }
103
104 ifIos() {
105 return this.if(this.runOnIos);

Callers

nothing calls this directly

Calls 1

ifMethod · 0.95

Tested by

no test coverage detected