diff --git a/index.bs b/index.bs index 3e37286..d92ae3c 100644 --- a/index.bs +++ b/index.bs @@ -96,7 +96,7 @@ A compression context is the internal state maintained by a compressi # Interface `CompressionStream` # {#compression-stream}
-[Exposed=(Window,Worker)]
+[Exposed=*]
 interface CompressionStream {
   constructor(DOMString format);
 };
@@ -131,7 +131,7 @@ The compress flush and enqueue algorithm, which handles the end of da
 # Interface `DecompressionStream` #  {#decompression-stream}
 
 
-[Exposed=(Window,Worker)]
+[Exposed=*]
 interface DecompressionStream {
   constructor(DOMString format);
 };
diff --git a/index.html b/index.html
index 660f7af..d59fd31 100644
--- a/index.html
+++ b/index.html
@@ -4,8 +4,9 @@
   Compression Streams
   
   
-  
+  
   
+