browserClosing

Sent when a browser instance is closing

# Metadata

Platforms: desktop OS: mac, windows Introduced: 2.8.1 Security: network

# Syntax

browserClosing pInstanceId

# Params

- pInstanceId : The integer identifier of the browser object about to close

# Examples

on browserClosing pInstanceId delete line (lineOffset(pInstanceId, sInstances)) of sInstances end browserClosing

# Description

The browserClosing message is sent to the current card of a stack containing a browser object when the browser object is about to close.

>*Note:* For general information on using the browser library, see the > notes in the revBrowserOpen function reference.

# Tags

# See

- **command:** revBrowserClose - **function:** revBrowserOpen - **glossary:** function