MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / settle

Function settle

vm/ByteCodeTranslator/src/javascript/browser_bridge.js:2858–2858  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2856 // that re-hydrates to the same main-thread element on subsequent
2857 // bridge calls.
2858 var settle = function() { resolve(hostResult(img)); };
2859 // decode() may reject on a decoding error or if the browser has
2860 // detached the image before it settles; treat either path as
2861 // "decode done" so the worker still gets the element back and the

Callers 1

finishFunction · 0.85

Calls 2

hostResultFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected