MCPcopy Create free account
hub / github.com/HangfireIO/Hangfire.Samples / acceptData

Function acceptData

Hangfire.MvcApplication/Scripts/jquery-3.7.1.js:3956–3965  ·  view source on GitHub ↗
( owner )

Source from the content-addressed store, hash-verified

3954 return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
3955}
3956var acceptData = function( owner ) {
3957
3958 // Accepts only:
3959 // - Node
3960 // - Node.ELEMENT_NODE
3961 // - Node.DOCUMENT_NODE
3962 // - Object
3963 // - Any
3964 return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
3965};
3966
3967
3968

Callers 1

jquery-3.7.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected