MIME Type Record
<\/script>\n';
},
get iframeSnippet() {
const domain = '{ SITE_DOMAIN }';
const type = '{ embed_type }';
const slug = '{ embed_slug }';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
TNF Media-type [RFC 2046] (0x02)
The NDEF MIME Type record stores arbitrary content identified by a standard RFC 2046 MIME type string, such as 'application/json', 'image/png', or 'application/vnd.bluetooth.ep.oob'. MIME records are the most flexible NDEF type, enabling NFC tags to carry structured data like JSON configuration, binary sensor readings, vCards, and Bluetooth pairing data. Applications dispatch on the MIME type to handle the payload appropriately.
Example Payload
application/json