You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
706 B
5 lines
706 B
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define(["exports","../../core/Error","../../core/promiseUtils"],function(d,g,h){d.createBitmap=async function(e,a,c){let b;try{b=await createImageBitmap(e)}catch(f){throw new g("request:server",`Unable to load ${a}`,{url:a,error:f});}h.throwIfAborted(c);return b};d.createTileBitmap=async function(e,a,c,b,f){let k;try{k=await createImageBitmap(e)}catch(l){throw new g("request:server",`Unable to load tile ${a}/${c}/${b}`,{error:l,level:a,row:c,col:b});}h.throwIfAborted(f);return k};Object.defineProperty(d, |
|
Symbol.toStringTag,{value:"Module"})}); |