Memento JavaScript Library: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 300: Line 300:
===== extra(key, value) =====
===== extra(key, value) =====
: Define additional data as key-value pairs, as necessary for execution of the required action. Similar to how URI data can be required for certain actions, other actions may require extra data in this format.
: Define additional data as key-value pairs, as necessary for execution of the required action. Similar to how URI data can be required for certain actions, other actions may require extra data in this format.
:; Arguments
: '''Arguments'''
:: key and value
::; key: key for additional data item
::; value: value of additional data item


===== extraLong(key, value) =====
===== extraLong(key, value) =====