laptop and a wrench

Bug

Load event does not work with the WFSLayer class in ArcGIS API for JavaScript.

Last Published: January 8, 2019 ArcGIS API for JavaScript
Bug ID Number BUG-000114669
SubmittedJune 14, 2018
Last ModifiedJune 5, 2024
Applies toArcGIS API for JavaScript
Version found3.24
Operating SystemWindows OS
Operating System VersionN/A
StatusWill Not Be Addressed

Additional Information

There is no plans for addressing this issue.

Workaround

Call the onLoad() method after the on load event. For example:

layer.on("load", function(layer) {

     console.log("WFS Layer");

    });

layer.onLoad();

Steps to Reproduce

Bug ID: BUG-000114669

Software:

  • ArcGIS API for JavaScript

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options