Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ isLoadErrorMessage
Function
isLoadErrorMessage
src/utils/event-helper.js:254–256 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
252
* @
return
{boolean}
253
*/
254
export
function
isLoadErrorMessage(message) {
255
return
message.indexOf(LOAD_FAILURE_PREFIX) != -1;
256
}
Callers
1
getErrorReportData
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected