{"dojo.experimental":{"meta":{"functions":{"dojo.experimental":{"meta":{"summary":"Marks code as experimental.","parameters":{"moduleName":{"type":"String"},"extra":{"type":"String?"}},"src":" var message = \"EXPERIMENTAL: \" + moduleName;\n\tmessage += \" -- Not yet ready for use.  APIs subject to change without notice.\";\n\tif(extra){ message += \" \" + extra; }\n\tdojo.debug(message);","description":"This can be used to mark a function, file, or module as experimental. Experimental code is not ready to be used, and the APIs are subject to change without notice. Experimental code may be completed deleted without going through the normal deprecation process."},"extra":{"parameters":{"moduleName":{"type":"The","summary":"name of a module, or the name of a module file or a specific function"},"extra":{"type":"some","summary":"additional message for the user examples: dojo.experimental(\"dojo.data.Result\"); dojo.experimental(\"dojo.weather.toKelvin()\", \"PENDING approval from NOAA\");"}}}}}}}}