ns-web-globals
Installation
SKILL.md
Which web globals exist in NativeScript
@nativescript/core installs polyfills only for what the runtime lacks. The actual inventory (9.1):
| Available as globals | Notes |
|---|---|
setTimeout / clearTimeout / setInterval / clearInterval |
|
requestAnimationFrame / cancelAnimationFrame |
|
fetch, Headers, Request, Response |
honors signal (see below) |
XMLHttpRequest, FormData, Blob, File, FileReader |
from the XHR polyfill, not a DOM |
matchMedia, MediaQueryList |
really works — don't hand-roll orientation checks |
TextDecoder / TextEncoder |
|
atob / btoa |
|
crypto (getRandomValues), SubtleCrypto |