Conduit.prototype.scene_id >= 1.0.0
Description
The unique identifier of a browser scene/tab
Type
String
Examples
Example id
The scene_id
is how different scenes (or tabs) in the same browser session can be identifier.
They are 16 characters long.
console.log(conduit.scene_id);>>> "dd5da89e332cbf37"
Comments