Skip to content

Commit

Permalink
after some more discussion with l and r10s here a new suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Nov 25, 2024
1 parent 33fa73a commit d17d89b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src-docs/spec/sendUpdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ The `update` object has the following properties:
The optional special key "\*" serves as a catch-all address
whose text shall be notified if `selfAddr` is not contained in the dictionary.

- `update.href`: optional string that can be passed as the navigation
location to the webxdc app.
For now, only hash or fragment references are allowed.
Strings must start with `#` and can not contain any
origin, path or query parts.
- `update.href`: optional string that specifies a relative URL (path, query and fragment).
When a receiver starts the webxdc app based on the update object
(for example when the user clicked an info message coming from an update)
the app will be navigated to the `href` location with the application root url prepended.

- `update.document`: optional, name of the document in edit
(eg. the title of a poll or the name of a text in an editor)
Expand Down

0 comments on commit d17d89b

Please sign in to comment.