Skip to main content

custom-scheme

title: "CustomScheme Object" description: "" slug: custom-scheme hide_title: false

CustomScheme 객체

  • scheme string - 옵션과 함께 등록할 커스텀 스킴
  • privileges Object (선택 사항)
    • standard boolean (선택 사항) - 기본값은 false
    • secure boolean (선택 사항) - 기본값은 false
    • bypassCSP boolean (선택 사항) - 기본값은 false
    • allowServiceWorkers boolean (선택 사항) - 기본값은 false
    • supportFetchAPI boolean (선택 사항) - 기본값은 false
    • corsEnabled boolean (선택 사항) - 기본값은 false
    • stream boolean (선택 사항) - 기본값은 false
    • codeCache boolean (선택 사항) - 스킴에 대해 V8 코드 캐시를 활성화한다. standard도 true로 설정된 경우에만 동작한다. 기본값은 false