AbortController not found when built android

image

AbortController is used within async to cancel the async behavior.
It works on editor and browser. But when built and run on Android, it seems to be not included.
How can i fix this ? @iwae