Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ setReportError
Function
setReportError
src/utils/log.js:33–35 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
31
* @param {
function
(this:Window, Error, (?Element)=): ?|undefined} fn
32
*/
33
export
function
setReportError(fn) {
34
self.__AMP_REPORT_ERROR = fn;
35
}
36
37
/**
38
* @enum {number}
Callers
14
experiments.js
File · 0.90
iframe-transport-client-lib.js
File · 0.90
init
Function · 0.90
init
Function · 0.90
ampcontext-lib.js
File · 0.90
test-log.js
File · 0.90
test-error.js
File · 0.90
runtime.js
File · 0.90
web-worker.js
File · 0.90
install-alp.js
File · 0.90
constructor
Method · 0.90
amp-login-done.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected