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

com.webfirmframework.wffweb.server.page.js.wffGlobal.js Maven / Gradle / Ivy

There is a newer version: 12.0.1
Show newest version
/*
 * this file must be loaded first.
 * this file should not be formatted
 */
window.wffGlobal = new function() {
	console.log('test');
	var wffId = -1;
	
	this.getUniqueWffIntId = function() {
		return ++wffId;
	};
	
	this.encoder = new TextEncoder("utf-8");
	this.decoder = new TextDecoder("utf-8");
	
	this.taskValues = ${TASK_VALUES};
	this.WS_URL = "${WS_URL}";

};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy