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

Method bootstrapLoaded

3p/ampcontext-integration.js:92–94  ·  view source on GitHub ↗

* Sends bootstrap loaded message.

()

Source from the content-addressed store, hash-verified

90 * Sends bootstrap loaded message.
91 */
92 bootstrapLoaded() {
93 this.client_.sendMessage('bootstrap-loaded');
94 }
95
96 /**
97 * @param {!JsonObject=} opt_data Fields: width, height

Callers 1

draw3pFunction · 0.80

Calls 1

sendMessageMethod · 0.45

Tested by

no test coverage detected