web-background 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Web Background
|
|
2
|
-
This module is implemented as a
|
|
2
|
+
This module is implemented as a Web Worker and is available in web browsers.
|
|
3
3
|
해당 모듈은 웹 워커로 구현되며 브라우저에서 사용할 수 있습니다.
|
|
4
4
|
|
|
5
|
-
It runs in
|
|
6
|
-
격리된 환경에서 실행되므로
|
|
5
|
+
It runs in isolation, can't be access external variables and modules
|
|
6
|
+
격리된 환경에서 실행되므로 외부 모듈 및 외부 변수에 접근할 수 없습니다.
|
|
7
7
|
|
|
8
8
|
In most cases, this module is not required.
|
|
9
9
|
Recommended for long task
|