public interface CreatePopupCallback extends BrowserSyncCallback<CreatePopupCallback.Params,CreatePopupCallback.Response>
Return the CreatePopupCallback.Response.create()
response to let the browser to create a new popup.
Return the CreatePopupCallback.Response.suppress()
response to suppress popup.
If the callback throws an exception, the CreatePopupCallback.Response.suppress()
method will be invoked.
Important: the engine will be blocked until you return control from the callback.
Modifier and Type | Interface and Description |
---|---|
static interface |
CreatePopupCallback.Params
The parameters of the
CreatePopupCallback . |
static interface |
CreatePopupCallback.Response
A response of the
CreatePopupCallback . |
on