diff --git a/document/js-api/index.bs b/document/js-api/index.bs index 3fb066dd7..5245206d9 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