You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1 and #10 we added $post and similar accessors on StoreValue objects. We could just as easily add an $href accessor, which would make using href much more readable:
Current
constauthorUri=awaitthis.api.href(book,'author')
Proposed
constauthorUri=awaitbook.$href('author')
The text was updated successfully, but these errors were encountered:
In #1 and #10 we added
$post
and similar accessors onStoreValue
objects. We could just as easily add an$href
accessor, which would make usinghref
much more readable:Current
Proposed
The text was updated successfully, but these errors were encountered: