← Back to team overview

leaningtech-dev team mailing list archive

Re: [Question #259087]: Support for associative arrays

 

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.