# elementor/4.0.0-dev4/assets/js/common.strings.js

Elementor Website Builder – more than just a page builder, version 4.0.0-dev4. 21 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.0.0-dev4/code/assets/js/common.strings.js
- Raw: https://pluginprobe.com/plugins/elementor/4.0.0-dev4/raw/assets/js/common.strings.js
- Modified: 2025-12-22T12:25:58+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.0.0-dev4/code/assets/js/common.strings.js#L10-L20`.

```javascript
__( 'Uploading...' ),
				sticky: true,
			} );
		}

		return args;
	}

	applyAfterCreate( data, args ) {
		if ( args.options?.progress ) {
			this.toast.hide();
		}

		return data;
	}

	async run() {
		this.file = this.args.file;

		if ( this.file.size > parseInt( window._wpPluploadSettings.defaults.filters.max_file_size, 10 ) ) {
			throw new Error( __( 'The file exceeds the maximum upload size for this site.', 'elementor' );
```
