(form)
| 17074 | return previousWasRendering || wasRendering; |
| 17075 | } |
| 17076 | function requestFormReset(form) { |
| 17077 | var formInst = getInstanceFromNode(form); |
| 17078 | null !== formInst && 5 === formInst.tag && "form" === formInst.type |
| 17079 | ? requestFormReset$1(formInst) |
| 17080 | : previousDispatcher.r(form); |
| 17081 | } |
| 17082 | var globalDocument = "undefined" === typeof document ? null : document; |
| 17083 | function preconnectAs(rel, href, crossOrigin) { |
| 17084 | var ownerDocument = globalDocument; |
nothing calls this directly
no test coverage detected
searching dependent graphs…