require(["esri/kernel"], function(esriNS) { /* code goes here */ });
Description
(Added at v3.8)
Utility methods for retrieving API version.
When coding legacy (non-AMD) style, there is no need to require the module. All methods and properties are available in the namespace. For example,
esri.version
.
Samples
Search for
samples that use this class.
Properties
Property Details
Current version of the JavaScript API.