# elementor/4.3.0/assets/js/editor-loader.js

Elementor Website Builder – more than just a page builder, version 4.3.0. 25 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.3.0/code/assets/js/editor-loader.js
- Raw: https://pluginprobe.com/plugins/elementor/4.3.0/raw/assets/js/editor-loader.js
- Modified: 2026-09-01T11:47:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.3.0/code/assets/js/editor-loader.js#L10-L20`.

```javascript
(function() {

//#region \0rolldown/runtime.js
	var __defProp = Object.defineProperty;
	var __name = (target, value) => __defProp(target, "name", {
		value,
		configurable: true
	});

//#endregion

//#region core/editor/loader/js/editor-loader.js
	var _window$elementorV;
	window.__elementorEditorV1LoadingPromise = new Promise(function(resolve) {
		window.addEventListener("elementor/init", function() {
			resolve();
		}, { once: true });
	});
	window.elementor.start();
	if (!((_window$elementorV = window.elementorV2) !== null && _window$elementorV !== void 0 && _window$elementorV.editor)) throw new Error("The \"@elementor/editor\" package was not loaded.");
	window.elementorV2.editor.start(document.getElementById("elementor-editor-wrapper-v2"));

//#endregion
})();
//# sourceMappingURL=editor-loader.js.map
```
