INNER CODE UNIT · JavaScript

AssetBrowserElement

AscensionGameDev/Intersect-Engine · Intersect.Server/wwwroot/js/assets.js:218

class AssetBrowserElement extends HTMLElement {
	static observedAttributes = ['auto-refresh-interval'];

	#attached = false;

	/** @type {number | null} */
	#autoRefreshInterval = null;

	/** @type {number | null} */
	#raf = null;

	/** @type {HTMLTableElement} */
	#table = null;

	/** @type {HTMLTableSectionElement} */
	#tableBody = null;

	/** @type {string[]} */

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…