diff --git a/spec.bs b/spec.bs index 99d74bc..1ae3007 100644 --- a/spec.bs +++ b/spec.bs @@ -348,7 +348,7 @@ Moreover, each {{SharedStorageWorklet}}'s [=global scopes|list of global scopes= 1. Let |moduleMapKeyTuples| be the result of running [=map/get the keys=] on |globalScope|'s [=relevant settings object=]'s [=module map=]. 1. [=Assert=]: |moduleMapKeyTuples| has [=map/size=] 1. 1. Let |moduleURLRecord| be |moduleMapKeyTuples|[0][0]. - 1. Let |savedQueryName| be |options|["`savedQuery`"]. + 1. Let |savedQueryName| be |options|["`savedQuery`"]. 1. If |savedQueryName| is a [=string=] that is not the empty string, then: 1. Let |callbackTask| be the result of running [=obtain a callback to process the saved index result=], given |window|, |urlList|, and |promise|. 1. Let |savedIndex| be the result of running [=get the index for a saved query=] on |navigable|, |workletDataOrigin|, |moduleURLRecord|, |operationName|, |savedQueryName|, and |callbackTask|. @@ -1008,8 +1008,8 @@ Moreover, each {{SharedStorageWorklet}}'s [=global scopes|list of global scopes= :: a {{long}} : callbacks - :: a [=queue=] of [=tasks=] - + :: a [=queue=] of [=tasks=] + #### Monkey patch for [=navigable/Traversable Navigables=] #### {#patch-trav-nav}