mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 964194 - B2G NFC: Remove NFCTag.getDetailsNDEF(). r=smaug, r=dimi
This commit is contained in:
parent
bed2b558ad
commit
63adb59ffb
@ -60,9 +60,6 @@ MozNFCTag.prototype = {
|
||||
_techTypesMap: null,
|
||||
|
||||
// NFCTag interface:
|
||||
getDetailsNDEF: function getDetailsNDEF() {
|
||||
return this._nfcContentHelper.getDetailsNDEF(this._window, this.session);
|
||||
},
|
||||
readNDEF: function readNDEF() {
|
||||
return this._nfcContentHelper.readNDEF(this._window, this.session);
|
||||
},
|
||||
|
@ -25,7 +25,6 @@ enum NFCTechType {
|
||||
|
||||
[JSImplementation="@mozilla.org/nfc/NFCTag;1", AvailableIn="CertifiedApps"]
|
||||
interface MozNFCTag {
|
||||
DOMRequest getDetailsNDEF();
|
||||
DOMRequest readNDEF();
|
||||
DOMRequest writeNDEF(sequence<MozNDEFRecord> records);
|
||||
DOMRequest makeReadOnlyNDEF();
|
||||
|
Loading…
Reference in New Issue
Block a user