Registers a webview panel serializer.
Extensions that support reviving should have an "onWebviewPanel:viewType" activation event and make sure that registerWebviewPanelSerializer is called during activation.
"onWebviewPanel:viewType"
registerWebviewPanelSerializer
Only a single serializer may be registered at a time for a given viewType.
viewType
Type of the webview panel that can be serialized.
Webview serializer.
A disposable that unregisters the serializer.
Registers a webview panel serializer.
Extensions that support reviving should have an
"onWebviewPanel:viewType"activation event and make sure thatregisterWebviewPanelSerializeris called during activation.Only a single serializer may be registered at a time for a given
viewType.