From 199f8ad9c8c4f119bb8519868cdfb28ff1b69cbb Mon Sep 17 00:00:00 2001 From: Yao Xiao Date: Mon, 25 Nov 2024 18:33:36 -0500 Subject: [PATCH] minor edit to trigger build --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 196799e..62c9a2e 100644 --- a/spec.bs +++ b/spec.bs @@ -258,7 +258,7 @@ This document introduces a new storage API that is intentionally not partitioned The {{SharedStorageWorklet}} Interface {#worklet} ================================================= -The {{SharedStorageWorklet}} object allows developers to supply [=module scripts=] to process [=Shared Storage=] data and then output the result through one or more of the output gates. Currently there are two output gates, the [=Private Aggregation=] output gate and the {{SharedStorageWorklet/selectURL()|URL-selection}} output gate. +The {{SharedStorageWorklet}} object allows developers to supply [=module scripts=] to process [=Shared Storage=] data and then output the result through one or more of the output gates. Currently there are two output gates, the [=Private Aggregation=] output gate and the {{SharedStorageWorklet/selectURL()|URL-selection}} output gate. typedef (USVString or FencedFrameConfig) SharedStorageResponse;