> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/deployment/ko/self-hosted/sdks/web-browser/inferencejs-requirements.md).

# inferencejs 요구 사항

{% hint style="info" %}
에 대해 자세히 알아보기 `inferencejs` [여기](/deployment/ko/self-hosted/sdks/web-browser.md) 그리고 다음을 참조하세요 [`inferencejs` 참조](/deployment/ko/self-hosted/sdks/web-browser/inferencejs-reference.md)
{% endhint %}

**최소 브라우저 버전**

* **Chrome**: 61+
* **Firefox**: 60+
* **Safari**: 15.4+
* **Edge(Chromium 기반)**: 79+
* **Opera**: 48+

{% hint style="info" %}
이는 브라우저 기능에 대한 사용 가능한 MDN 기능 지원 정보에 기반한 최소 브라우저 버전입니다 `inferencejs` 사용되며 기본 안내용입니다.\
\
이 브라우저들 모두에서 테스트된 것은 아니며, 사용하려면 나열된 버전보다 높은 버전이 필요할 수 있습니다. 이러한 최소 버전은 변경될 수 있습니다
{% endhint %}

**필수 브라우저 기능**

* Web Workers (`워커` API)
* `navigator.hardwareConcurrency`
* `navigator.mediaDevices.getUserMedia`
* `createImageBitmap`
* ES6+
* ESM
* Promise 및 Fetch API
