Obsolete since Gecko 28 (Firefox 28 / Thunderbird 28 / SeaMonkey 2.25)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
The MozBeforeResize event is executed before a browser window is resized.
General info
- Specification
- Mozilla specific
- Interface
- Event
- Bubbles
- No
- Cancelable
- No
- Target
- 
  window
- Default Action
- None
Properties
| Property | Type | Description | 
|---|---|---|
| targetRead only | EventTarget | The event target (the topmost target in the DOM tree). | 
| typeRead only | DOMString | The type of event. | 
| bubblesRead only | boolean | Does the event normally bubble? | 
| cancelableRead only | boolean | Is it possible to cancel the event? |