2 lines
798 B
JavaScript
2 lines
798 B
JavaScript
define(["./when-54c2dc71"],function(i){"use strict";return function(s){var a;return function(e){var r=e.data,n=[],t={id:r.id,result:void 0,error:void 0};return i.when(function(e,r,n){try{return e(r,n)}catch(e){return i.when.reject(e)}}(s,r.parameters,n)).then(function(e){t.result=e}).otherwise(function(e){e instanceof Error?t.error={name:e.name,message:e.message,stack:e.stack}:t.error=e}).always(function(){i.defined(a)||(a=i.defaultValue(self.webkitPostMessage,self.postMessage)),r.canTransferArrayBuffer||(n.length=0);try{a(t,n)}catch(e){t.result=void 0,t.error="postMessage failed with error: "+function(e){var r=e.name,n=e.message,t=i.defined(r)&&i.defined(n)?r+": "+n:e.toString(),s=e.stack;return i.defined(s)&&(t+="\n"+s),t}(e)+"\n with responseMessage: "+JSON.stringify(t),a(t)}})}}});
|