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

Method getParam

src/service/viewer-impl.js:325–327  ·  view source on GitHub ↗

@override

(name)

Source from the content-addressed store, hash-verified

323
324 /** @override */
325 getParam(name) {
326 return this.ampdoc.getParam(name);
327 }
328
329 /** @override */
330 hasCapability(name) {

Callers 4

constructorMethod · 0.45
initMessagingChannel_Method · 0.45
hasCapabilityMethod · 0.45
isWebviewEmbeddedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected