docs: move Phase 2.5 Stream Now to COMPLETED.md
This commit is contained in:
@@ -5,11 +5,10 @@ using NetBlocks.Models;
|
||||
namespace DeepDrftPublic.Client.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Track metadata fetch abstraction. Both SSR and WASM passes are served by
|
||||
/// Track metadata fetch abstraction. Both SSR and WASM renders are served by
|
||||
/// <c>TrackClientDataService</c> in this assembly, which delegates to
|
||||
/// <see cref="Clients.TrackClient"/> over HTTP.
|
||||
///
|
||||
/// Components inject this single seam so they do not branch on render mode.
|
||||
/// <see cref="Clients.TrackClient"/> over HTTP. Components inject this single seam
|
||||
/// so they do not branch on render mode.
|
||||
/// </summary>
|
||||
public interface ITrackDataService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user