Unverified Commit 66cd7da2 authored by Hong Minhee's avatar Hong Minhee
Browse files

Add missing `@since` tag

[ci skip]
parent c8474d94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -160,12 +160,14 @@ export interface CreateFederationOptions {
   * A custom JSON-LD document loader factory.  By default, this uses
   * the built-in cache-backed loader that fetches remote documents over
   * HTTP(S).
   * @since 1.4.0
   */
  documentLoaderFactory?: DocumentLoaderFactory;

  /**
   * A custom JSON-LD context loader factory.  By default, this uses the same
   * loader as the document loader.
   * @since 1.4.0
   */
  contextLoaderFactory?: DocumentLoaderFactory;