MozContact.published

This API is available on Firefox OS for privileged or certified applications only.

The published property provides the date of when the contact was stored for the first time on the device's contact database.

Syntax

JavaScript
var published = instanceOfMozContact.published

Value

Return a Date object.

Non-standard
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.

This API is available on Firefox OS for privileged or certified applications only.

The familyName property is a list of all the possible family names usable for the contact.

Syntax

JavaScript
var names = instanceOfMozContact.familyName

Value

Return an Array of strings.

Specifications

This is currently not defined in any specification.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
basic support No support No support No support No support No support
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
basic support No support No support 18.0 (18.0)[1] No support No support No support

[1] As the specification is unstable, the Gecko implementation is completely non-standard.

See also

See also

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/mozcontact/published

API B2G Contact DOM DOM Reference Firefox OS Non-standard Property Reference WebAPI