Add 'self' as global scope for web worker 88/272088/1
authorDongHyun Song <dh81.song@samsung.com>
Tue, 8 Mar 2022 08:35:55 +0000 (17:35 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Tue, 8 Mar 2022 08:41:58 +0000 (17:41 +0900)
commit937fc3e4fd8c9a3dd32974a4e261d82e4db31b73
tree1cf2f8f4eee84e05913195ce8106f0fb65ae8b67
parente65114c24bc21f3d97bcbf60c6c0204e94107f94
Add 'self' as global scope for web worker

In web worker world, 'self' is defined global scope object.
This change is necessary to apply tizen webapis on web worker for
specific purpose. (i.e. tizen.ml)

Change-Id: Ie9602ea4f492589dad2c87e3c0bd8e2602278c02
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
src/utils/utils_api.js