Skip to main content

deserialize_blink

Function deserialize_blink 

Source
pub fn deserialize_blink(bytes: &[u8]) -> Result<V8Value, V8Error>
Expand description

Deserialize a Blink SerializedScriptValue (the on-disk IndexedDB form): the Blink 0xFF <version> envelope, an optional 0xFE trailer, then the nested V8 payload. Falls back to a raw V8 read when no Blink envelope is present.

ยงErrors

See deserialize.