From 8a2e35c695173598c11f26b92810314c83ca59dd Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 29 Sep 2023 12:25:08 +0200 Subject: [PATCH] Add support for AsyncContext Co-authored-by: Darien Maillet Valentine --- index.bs | 64 +++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 45 insertions(+), 19 deletions(-) diff --git a/index.bs b/index.bs index fee1a880..da4707bb 100644 --- a/index.bs +++ b/index.bs @@ -72,6 +72,12 @@ urlPrefix: https://tc39.es/ecma262/; spec: ecmascript urlPrefix: https://tc39.es/proposal-resizablearraybuffer/; spec: RESIZABLE-BUFFERS-PROPOSAL type: abstract-op text: IsResizableArrayBuffer; url: sec-isresizablearraybuffer +urlPrefix: https://tc39.es/proposal-async-context/; spec: ASYNC-CONTEXT-PROPOSAL + type: abstract-op + text: AsyncContextSnapshot; url: sec-asynccontextsnapshot + text: AsyncContextSwap; url: sec-asynccontextswap + type: dfn + text: async context mapping records; url: sec-asynccontext-mapping-record-specification-type