From c61529ae9f0143c6ca700a61e2dd1da6ebad9790 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Fri, 3 Oct 2025 19:15:25 -0700 Subject: [PATCH 1/2] Integrate with latest ECMA-262 import attributes --- document/js-api/index.bs | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/document/js-api/index.bs b/document/js-api/index.bs index 3fb066dd7..3392ce47a 100644 --- a/document/js-api/index.bs +++ b/document/js-api/index.bs @@ -110,6 +110,8 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMASCRIPT text: ToBigInt64; url: sec-tobigint64 text: Module Namespace exotic object; url: sec-module-namespace-exotic-objects text: ResolvedBinding Record; url: resolvedbinding-record + text: ModuleRequest Record; url: modulerequest-record + text: ImportAttribute Record; url: importattribute-record type: abstract-op text: CreateDataPropertyOrThrow; url: sec-createdatapropertyorthrow text: CreateMethodProperty; url: sec-createmethodproperty @@ -286,11 +288,15 @@ urlPrefix: https://tc39.es/proposal-resizablearraybuffer/; spec: ResizableArrayB text: handled; url: sec-hostresizearraybuffer text: IsFixedLengthArrayBuffer; url: sec-isfixedarraybuffer text: HostResizeArrayBuffer; url: sec-hostresizearraybuffer +urlPrefix: https://url.spec.whatwg.org/; spec: URL + type: dfn + text: application/x-www-form-urlencoded string parsing; url: concept-urlencoded-string-parser