> 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/roboflow/roboflow-ko/deploy/sdks/web-browser/web-inference.js/inferencejs-requirements.md).

# inferencejs 요구 사항

{% hint style="info" %}
자세히 알아보기 `inferencejs` [여기](/roboflow/roboflow-ko/deploy/sdks/web-browser.md) 그리고 다음을 확인하세요 [`inferencejs` 참조](/roboflow/roboflow-ko/deploy/sdks/web-browser/web-inference.js/inferencejs-reference.md)
{% endhint %}

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

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

{% hint style="info" %}
이는 브라우저 기능에 대한 사용 가능한 MDN 기능 지원 정보를 기반으로 한 최소 브라우저 버전입니다 `inferencejs` 기본적인 안내용입니다.\
\
이러한 브라우저 모두에서 테스트된 것은 아니며, 사용을 위해 목록에 표시된 것보다 높은 버전이 필요할 수 있습니다. 이 최소 버전은 변경될 수 있습니다
{% endhint %}

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

* Web Workers (`Worker` API)
* `navigator.hardwareConcurrency`
* `navigator.mediaDevices.getUserMedia`
* `createImageBitmap`
* ES6+
* ESM
* Promises 및 Fetch API
