Question #259087 on Cheerp changed:
https://answers.launchpad.net/cheerp/+question/259087

    Status: Needs information => Open

Johan Axelsson gave more information on the question:
Hi again,
I have created a custom event on a webpage

var myEvent = new CustomEvent("userLogin", {
        detail: {
                mystring: "david",
                                              myint: 1
        }
});

in Cheerp i hava added a evenlistener for that event and want to read
the data in the 'detail' fields.

Regards Johan

-- 
You received this question notification because you are a member of
Leaningtech Team, which is an answer contact for Cheerp.

-- 
Mailing list: https://launchpad.net/~leaningtech-dev
Post to     : leaningtech-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~leaningtech-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to