All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.stjs.bridge.requirejs.RequireJSError Maven / Gradle / Ivy

The newest version!
package org.stjs.bridge.requirejs;

import org.stjs.javascript.Array;
import org.stjs.javascript.annotation.STJSBridge;
import org.stjs.javascript.annotation.SyntheticType;

@SyntheticType
public class RequireJSError {

	/**
	 * A general classification, like "timeout", "nodefine", "scripterror".
	 */
	public String requireType;

	/**
	 * An array of module names/URLs that timed out.
	 */
	public Array requireModules;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy