Relative Content

Tag Archive for promiseweb-worker

Is Promise available in web worker?

According to the web worker MDN docs(https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Functions_and_classes_available_to_workers), Promise is not in the available list.
But when I try to debug in worker file, and console log the self object, it has Promise inside.
enter image description here