Skip to main content

shared-dictionary-info

title: "SharedDictionaryInfo Object" description: "" slug: shared-dictionary-info hide_title: false

SharedDictionaryInfo 객체

  • match string - 'use-as-dictionary' 응답 헤더의 match 옵션에 선언된 사전의 매칭 경로 패턴.
  • matchDestinations string[] - 'use-as-dictionary' 응답 헤더의 match-dest 옵션에 선언된 사전의 매칭 대상 목록.
  • id string - 'use-as-dictionary' 응답 헤더의 id 옵션에 선언된 사전의 고유 식별자.
  • dictionaryUrl string - 사전의 URL.
  • lastFetchTime Date - 네트워크 계층에서 사전을 받은 시간.
  • responseTime Date - 서버에서 사전을 받은 시간. 캐시된 응답의 경우 이 시간은 과거일 수 있다.
  • expirationDuration number - 'use-as-dictionary' 응답 헤더의 expires 옵션에 선언된 사전의 만료 시간(초 단위).
  • lastUsedTime Date - 사전을 마지막으로 사용한 시간.
  • size number - 크로미움의 내부 저장소(보통 Sqlite)에 저장된 이 공유 사전 정보 객체의 바이트 크기.
  • hash string - 사전 바이너리의 sha256 해시 값.