MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / acceptData

Function acceptData

static/plugins/jquery/jquery.slim.js:4222–4231  ·  view source on GitHub ↗
( owner )

Source from the content-addressed store, hash-verified

4220 return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
4221}
4222var acceptData = function( owner ) {
4223
4224 // Accepts only:
4225 // - Node
4226 // - Node.ELEMENT_NODE
4227 // - Node.DOCUMENT_NODE
4228 // - Object
4229 // - Any
4230 return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
4231};
4232
4233
4234

Callers 1

jquery.slim.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected