From 1bdef9c28789166fe0ef961203ec5bd5a46e1a87 Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Thu, 22 Feb 2024 17:48:26 -0500 Subject: [PATCH] Move to "Properties of X Constructor" clause --- spec.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec.html b/spec.html index 924e97c..a6a852c 100644 --- a/spec.html +++ b/spec.html @@ -908,10 +908,6 @@

AsyncContext.Snapshot.prototype

The initial value of `AsyncContext.Snapshot.prototype` is the AsyncContext.Snapshot prototype object.

This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.

- - - -

Function Properties of the AsyncContext.Snapshot Object

AsyncContext.Snapshot.wrap ( _fn_ )