tixsys / esteid

Automatically exported from code.google.com/p/esteid
2 stars 0 forks source link

[esteid-browser-plugin] Personal data file attributes should be exposed as a single Object #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently there is API to read PDATA fields like this:

esteid.firstName

This is bad, because some browsers do not support NPN_SetException properly and
property getters will not throw on card error.

A better approach would be to implement it like a separate Object.

eg: esteid.pData.firstName
This will throw in all browsers (albeit, error message will be wrong in buggy 
ones).

Original issue reported on code.google.com by ant...@gmail.com on 27 Oct 2010 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by ant...@gmail.com on 27 Oct 2010 at 3:33

GoogleCodeExporter commented 9 years ago
I've implemented the change in SVN r3597.

Original comment by kalevlember@gmail.com on 31 Oct 2010 at 9:59