diff options
Diffstat (limited to 'doc/api.md')
-rw-r--r-- | doc/api.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api.md b/doc/api.md index 0480e901..004b52af 100644 --- a/doc/api.md +++ b/doc/api.md @@ -120,6 +120,16 @@ Use this for loading automatically retrieved (i.e. non-user-provided) URLs.</td> </tr> <tr> +<td>`nextBuffer()`, `prevBuffer()`, `nextSiblingBufer()`, `prevSiblingBuffer()`, +`parentBuffer()`</td> +<td>Traverse the buffer tree.<br> +`nextBuffer()`, `prevBuffer()` do a depth-first traversal; +``nextSiblingBufer()`, `prevSiblingBuffer()` cycle through siblings, and +`parentBuffer()` returns to the parent. +</td> +</tr> + +<tr> <td>`dupeBuffer()`</td> <td>Duplicate the current buffer by loading its source to a new buffer.</td> </tr> |