Why not optionally put the data in the div, like so?: ``` <div id="qrcode">This is my data.</div> ``` This would also fail gracefully and just display the data. The existing call for using the library would override this method.
Why not optionally put the data in the div, like so?:
This would also fail gracefully and just display the data. The existing call for using the library would override this method.