You have placed a text-element on your page-B , with the ID → “#text9” ?
If still not running add the following…
$w.onReady(async()=>{console.log("My page-B is ready now.");..........
let data = await JSON.parse(local.getItem("key1"));
You have placed a text-element on your page-B , with the ID → “#text9” ?
If still not running add the following…
$w.onReady(async()=>{console.log("My page-B is ready now.");..........
let data = await JSON.parse(local.getItem("key1"));