<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Overview map sample code &amp;quot;AbortError&amp;quot; in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-sample-code-quot-aborterror-quot/m-p/1416046#M84428</link>
    <description>&lt;P&gt;If you'd like to not see abort errors in the console, you can do something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;extentDebouncer().then(() =&amp;gt; {
  extent3Dgraphic.geometry = extent;
}).catch(error=&amp;gt;!promiseUtils.isAbortError(error) &amp;amp;&amp;amp; console.error(error))&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 26 Apr 2024 19:07:37 GMT</pubDate>
    <dc:creator>JohnGrayson</dc:creator>
    <dc:date>2024-04-26T19:07:37Z</dc:date>
    <item>
      <title>Overview map sample code "AbortError"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-sample-code-quot-aborterror-quot/m-p/1415835#M84424</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In implementing the overview map sample (&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=overview-map" target="_blank"&gt;Sandbox | Sample Code | ArcGIS Maps SDK for JavaScript 4.29 | ArcGIS Developers&lt;/A&gt;) I noticed that the console is intermittently passing a group of "AbortError" errors (see screen cap below) on pan and/or zoom. It seems to be related to the extentDebouncer() promise chain in the sample code. To recreate the behavior, simply pan/zoom in the SceneView while observing browser devTools console.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="overviewErrors.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/102265i79AB09853EB3E21B/image-size/large?v=v2&amp;amp;px=999" role="button" title="overviewErrors.PNG" alt="overviewErrors.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 13:51:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-sample-code-quot-aborterror-quot/m-p/1415835#M84424</guid>
      <dc:creator>BlasElias</dc:creator>
      <dc:date>2024-04-26T13:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Overview map sample code "AbortError"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-sample-code-quot-aborterror-quot/m-p/1416046#M84428</link>
      <description>&lt;P&gt;If you'd like to not see abort errors in the console, you can do something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;extentDebouncer().then(() =&amp;gt; {
  extent3Dgraphic.geometry = extent;
}).catch(error=&amp;gt;!promiseUtils.isAbortError(error) &amp;amp;&amp;amp; console.error(error))&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 26 Apr 2024 19:07:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-sample-code-quot-aborterror-quot/m-p/1416046#M84428</guid>
      <dc:creator>JohnGrayson</dc:creator>
      <dc:date>2024-04-26T19:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Overview map sample code "AbortError"</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-sample-code-quot-aborterror-quot/m-p/1416059#M84429</link>
      <description>&lt;P&gt;Thanks John. That will work for our purposes...glad it's not a bug!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 19:37:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-sample-code-quot-aborterror-quot/m-p/1416059#M84429</guid>
      <dc:creator>BlasElias</dc:creator>
      <dc:date>2024-04-26T19:37:55Z</dc:date>
    </item>
  </channel>
</rss>

