René's URL Explorer Experiment


Title: WinterTC Minimum Common Web Platform API Alignment · Issue #10297 · NativeScript/NativeScript · GitHub

Open Graph Title: WinterTC Minimum Common Web Platform API Alignment · Issue #10297 · NativeScript/NativeScript

X Title: WinterTC Minimum Common Web Platform API Alignment · Issue #10297 · NativeScript/NativeScript

Description: Is your feature request related to a problem? Please describe. In addition to what the NativeScript runtimes provide, they should also provide all the common interfaces and global objects expected from any state of the art JavaScript run...

Open Graph Description: Is your feature request related to a problem? Please describe. In addition to what the NativeScript runtimes provide, they should also provide all the common interfaces and global objects expected ...

X Description: Is your feature request related to a problem? Please describe. In addition to what the NativeScript runtimes provide, they should also provide all the common interfaces and global objects expected ...

Opengraph URL: https://github.com/NativeScript/NativeScript/issues/10297

X: @github

direct link

Domain: Github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"WinterTC Minimum Common Web Platform API Alignment","articleBody":"### Is your feature request related to a problem? Please describe.\r\n\r\nIn addition to what the NativeScript runtimes provide, they should also provide all the common interfaces and global objects expected from any state of the art JavaScript runtime. [WinterCG](https://wintercg.org/) is a community group doing excellent work in this space to help runtime interoperability of APIs across runtimes.\r\n\r\n- https://wintercg.org/work\r\n- https://common-min-api.proposal.wintercg.org/\r\n\r\n### Describe the solution you'd like\r\n\r\nEnsure compliance with at least the [minimum specification](https://common-min-api.proposal.wintercg.org/):\r\n\r\n**Interfaces:**\r\n\r\n- [ ] [AbortController](https://dom.spec.whatwg.org/#abortcontroller)\r\n- [ ] [AbortSignal](https://dom.spec.whatwg.org/#abortsignal)\r\n- [ ] [Blob](https://w3c.github.io/FileAPI/#dfn-Blob)\r\n- [ ] [ByteLengthQueuingStrategy](https://streams.spec.whatwg.org/#bytelengthqueuingstrategy)\r\n- [ ] [CompressionStream](https://wicg.github.io/compression/#compression-stream)\r\n- [ ] [CountQueuingStrategy](https://streams.spec.whatwg.org/#countqueuingstrategy)\r\n- [x] [Crypto](https://w3c.github.io/webcrypto/#dfn-Crypto) **8.8**\r\n- [ ] [CryptoKey](https://w3c.github.io/webcrypto/#dfn-CryptoKey)\r\n- [ ] [DecompressionStream](https://wicg.github.io/compression/#decompression-stream)\r\n- [ ] [DOMException](https://webidl.spec.whatwg.org/#idl-DOMException)\r\n- [ ] [Event](https://dom.spec.whatwg.org/#event)\r\n- [ ] [EventTarget](https://dom.spec.whatwg.org/#eventtarget)\r\n- [ ] [File](https://w3c.github.io/FileAPI/#dfn-file)\r\n- [ ] [ReadableByteStreamController](https://streams.spec.whatwg.org/#readablebytestreamcontroller)\r\n- [ ] [ReadableStream](https://streams.spec.whatwg.org/#readablestream)\r\n- [ ] [ReadableStreamBYOBReader](https://streams.spec.whatwg.org/#readablestreambyobreader)\r\n- [ ] [ReadableStreamBYOBRequest](https://streams.spec.whatwg.org/#readablestreambyobrequest)\r\n- [ ] [ReadableStreamDefaultController](https://streams.spec.whatwg.org/#readablestreamdefaultcontroller)\r\n- [ ] [ReadableStreamDefaultReader](https://streams.spec.whatwg.org/#readablestreamdefaultreader)\r\n- [x] [SubtleCrypto](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto) **8.8**\r\n- [x] [TextDecoder](https://encoding.spec.whatwg.org/#textdecoder)\r\n- [x] [TextDecoderStream](https://encoding.spec.whatwg.org/#textdecoderstream)\r\n- [x] [TextEncoder](https://encoding.spec.whatwg.org/#textencoder)\r\n- [x] [TextEncoderStream](https://encoding.spec.whatwg.org/#textencoderstream)\r\n- [ ] [TransformStream](https://streams.spec.whatwg.org/#transformstream)\r\n- [ ] [TransformStreamDefaultController](https://streams.spec.whatwg.org/#transformstreamdefaultcontroller)\r\n- [x] [URL](https://url.spec.whatwg.org/#url)  **8.7**\r\n- [ ] [URLPattern](https://wicg.github.io/urlpattern/#urlpattern-class)\r\n- [x] [URLSearchParams](https://url.spec.whatwg.org/#urlsearchparams) **8.7**\r\n- [ ] [WritableStream](https://streams.spec.whatwg.org/#writablestream)\r\n- [ ] [WritableStreamDefaultController](https://streams.spec.whatwg.org/#writablestreamdefaultcontroller)\r\n\r\n**Global methods / properties:**\r\n\r\n[globalThis](https://tc39.es/ecma262/multipage/global-object.html#sec-globalthis)\r\n- [x] globalThis.[atob()](https://html.spec.whatwg.org/multipage/webappapis.html#dom-atob) **8.8**\r\n- [x] globalThis.[btoa()](https://html.spec.whatwg.org/multipage/webappapis.html#dom-btoa) **8.8**\r\n- [x] globalThis.[console](https://console.spec.whatwg.org/#namespacedef-console)\r\n- [x] globalThis.[crypto](https://w3c.github.io/webcrypto/#dom-windoworworkerglobalscope-crypto) **8.8**\r\n- [ ] globalThis.[navigator](https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator).[userAgent](https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator-useragent)\r\n- [ ] globalThis.[queueMicrotask()](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask)\r\n- [x] globalThis.[setTimeout()](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout) / globalThis.[clearTimeout()](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-cleartimeout)\r\n- [x] globalThis.[setInterval()](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval) / globalThis.[clearInterval()](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-clearinterval)\r\n- [ ] globalThis.[structuredClone()](https://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclone\r\n\r\n### Please accept these terms\r\n\r\n- [X] I have searched the [existing issues](https://github.com/NativeScript/NativeScript/issues) as well as [StackOverflow](https://stackoverflow.com/questions/tagged/nativescript) and this has not been posted before\r\n- [X] I agree to follow this project's [Code of Conduct](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc)","author":{"url":"https://github.com/NathanWalker","@type":"Person","name":"NathanWalker"},"datePublished":"2023-05-25T15:15:39.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/10297/NativeScript/issues/10297"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a1ed0fdf-4e5d-dd2f-ed7d-93388034a321
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id865C:1AA320:4124AC:5A7114:6A6399E4
html-safe-nonce53d6db1ec939d54495868cd930da84224af5bcba621b6f630b1549e13028715f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NjVDOjFBQTMyMDo0MTI0QUM6NUE3MTE0OjZBNjM5OUU0IiwidmlzaXRvcl9pZCI6IjMwODU1Mjc4NDE3ODg2MzE1MjQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac95696dd4b1b014dabb0e1cee284e4d7a42ab51a5250746fc0b3314b280e7c3ed
hovercard-subject-tagissue:1726024226
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/NativeScript/10297/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5d56aaa3f1d39d75a46d5e97732254b0907a137e2296b852653720b46924c038/NativeScript/NativeScript/issues/10297
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5d56aaa3f1d39d75a46d5e97732254b0907a137e2296b852653720b46924c038/NativeScript/NativeScript/issues/10297
og:image:altIs your feature request related to a problem? Please describe. In addition to what the NativeScript runtimes provide, they should also provide all the common interfaces and global objects expected ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameNathanWalker
hostnamegithub.com
expected-hostnamegithub.com
None4ca676e17c4da4532dc68541e9fc874034ae840c26b5f34da7f1c42d9a600659
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/NativeScript git https://github.com/NativeScript/NativeScript.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id31492490
octolytics-dimension-repository_nwoNativeScript/NativeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31492490
octolytics-dimension-repository_network_root_nwoNativeScript/NativeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3a0a9f049e072eb8e5795dfddcefdba9e277501d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://Github.com/NativeScript/NativeScript/issues/10297#start-of-content
https://Github.com/
Sign in https://Github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F10297
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://Github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F10297
Sign up https://Github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NativeScript%2FNativeScript
Reloadhttps://Github.com/NativeScript/NativeScript/issues/10297
Reloadhttps://Github.com/NativeScript/NativeScript/issues/10297
Reloadhttps://Github.com/NativeScript/NativeScript/issues/10297
Please reload this pagehttps://Github.com/NativeScript/NativeScript/issues/10297
NativeScript https://Github.com/NativeScript
NativeScripthttps://Github.com/NativeScript/NativeScript
Please reload this pagehttps://Github.com/NativeScript/NativeScript/issues/10297
Notifications https://Github.com/login?return_to=%2FNativeScript%2FNativeScript
Fork 1.7k https://Github.com/login?return_to=%2FNativeScript%2FNativeScript
Star 25.6k https://Github.com/login?return_to=%2FNativeScript%2FNativeScript
Code https://Github.com/NativeScript/NativeScript
Issues 771 https://Github.com/NativeScript/NativeScript/issues
Pull requests 66 https://Github.com/NativeScript/NativeScript/pulls
Discussions https://Github.com/NativeScript/NativeScript/discussions
Actions https://Github.com/NativeScript/NativeScript/actions
Projects https://Github.com/NativeScript/NativeScript/projects
Wiki https://Github.com/NativeScript/NativeScript/wiki
Security and quality 0 https://Github.com/NativeScript/NativeScript/security
Insights https://Github.com/NativeScript/NativeScript/pulse
Code https://Github.com/NativeScript/NativeScript
Issues https://Github.com/NativeScript/NativeScript/issues
Pull requests https://Github.com/NativeScript/NativeScript/pulls
Discussions https://Github.com/NativeScript/NativeScript/discussions
Actions https://Github.com/NativeScript/NativeScript/actions
Projects https://Github.com/NativeScript/NativeScript/projects
Wiki https://Github.com/NativeScript/NativeScript/wiki
Security and quality https://Github.com/NativeScript/NativeScript/security
Insights https://Github.com/NativeScript/NativeScript/pulse
WinterTC Minimum Common Web Platform API Alignmenthttps://Github.com/NativeScript/NativeScript/issues/10297#top
https://Github.com/NathanWalker
https://Github.com/rigor789
https://Github.com/edusperoni
https://Github.com/triniwiz
in progresshttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22in%20progress%22
10.0https://github.com/NativeScript/NativeScript/milestone/64
https://github.com/NathanWalker
NathanWalkerhttps://github.com/NathanWalker
on May 25, 2023https://github.com/NativeScript/NativeScript/issues/10297#issue-1726024226
WinterCGhttps://wintercg.org/
https://wintercg.org/workhttps://wintercg.org/work
https://common-min-api.proposal.wintercg.org/https://common-min-api.proposal.wintercg.org/
minimum specificationhttps://common-min-api.proposal.wintercg.org/
AbortControllerhttps://dom.spec.whatwg.org/#abortcontroller
AbortSignalhttps://dom.spec.whatwg.org/#abortsignal
Blobhttps://w3c.github.io/FileAPI/#dfn-Blob
ByteLengthQueuingStrategyhttps://streams.spec.whatwg.org/#bytelengthqueuingstrategy
CompressionStreamhttps://wicg.github.io/compression/#compression-stream
CountQueuingStrategyhttps://streams.spec.whatwg.org/#countqueuingstrategy
Cryptohttps://w3c.github.io/webcrypto/#dfn-Crypto
CryptoKeyhttps://w3c.github.io/webcrypto/#dfn-CryptoKey
DecompressionStreamhttps://wicg.github.io/compression/#decompression-stream
DOMExceptionhttps://webidl.spec.whatwg.org/#idl-DOMException
Eventhttps://dom.spec.whatwg.org/#event
EventTargethttps://dom.spec.whatwg.org/#eventtarget
Filehttps://w3c.github.io/FileAPI/#dfn-file
ReadableByteStreamControllerhttps://streams.spec.whatwg.org/#readablebytestreamcontroller
ReadableStreamhttps://streams.spec.whatwg.org/#readablestream
ReadableStreamBYOBReaderhttps://streams.spec.whatwg.org/#readablestreambyobreader
ReadableStreamBYOBRequesthttps://streams.spec.whatwg.org/#readablestreambyobrequest
ReadableStreamDefaultControllerhttps://streams.spec.whatwg.org/#readablestreamdefaultcontroller
ReadableStreamDefaultReaderhttps://streams.spec.whatwg.org/#readablestreamdefaultreader
SubtleCryptohttps://w3c.github.io/webcrypto/#dfn-SubtleCrypto
TextDecoderhttps://encoding.spec.whatwg.org/#textdecoder
TextDecoderStreamhttps://encoding.spec.whatwg.org/#textdecoderstream
TextEncoderhttps://encoding.spec.whatwg.org/#textencoder
TextEncoderStreamhttps://encoding.spec.whatwg.org/#textencoderstream
TransformStreamhttps://streams.spec.whatwg.org/#transformstream
TransformStreamDefaultControllerhttps://streams.spec.whatwg.org/#transformstreamdefaultcontroller
URLhttps://url.spec.whatwg.org/#url
URLPatternhttps://wicg.github.io/urlpattern/#urlpattern-class
URLSearchParamshttps://url.spec.whatwg.org/#urlsearchparams
WritableStreamhttps://streams.spec.whatwg.org/#writablestream
WritableStreamDefaultControllerhttps://streams.spec.whatwg.org/#writablestreamdefaultcontroller
globalThishttps://tc39.es/ecma262/multipage/global-object.html#sec-globalthis
atob()https://html.spec.whatwg.org/multipage/webappapis.html#dom-atob
btoa()https://html.spec.whatwg.org/multipage/webappapis.html#dom-btoa
consolehttps://console.spec.whatwg.org/#namespacedef-console
cryptohttps://w3c.github.io/webcrypto/#dom-windoworworkerglobalscope-crypto
navigatorhttps://html.spec.whatwg.org/multipage/system-state.html#dom-navigator
userAgenthttps://html.spec.whatwg.org/multipage/system-state.html#dom-navigator-useragent
queueMicrotask()https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask
setTimeout()https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout
clearTimeout()https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-cleartimeout
setInterval()https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval
clearInterval()https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-clearinterval
https://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclonehttps://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclone
existing issueshttps://github.com/NativeScript/NativeScript/issues
StackOverflowhttps://stackoverflow.com/questions/tagged/nativescript
Code of Conducthttps://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc
NathanWalkerhttps://Github.com/NathanWalker
edusperonihttps://Github.com/edusperoni
rigor789https://Github.com/rigor789
triniwizhttps://Github.com/triniwiz
in progresshttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22in%20progress%22
10.0No due datehttps://github.com/NativeScript/NativeScript/milestone/64
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.