We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fefe0 commit 146a7baCopy full SHA for 146a7ba
bower.json
@@ -20,6 +20,7 @@
20
"purescript-nullable": "^4.0.0",
21
"purescript-arraybuffer-types": "^2.0.0",
22
"purescript-tuples": "^5.0.0",
23
- "purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#^1.0.0"
+ "purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#^1.0.0",
24
+ "purescript-exceptions": "^4.0.0"
25
}
26
src/Web/Streams/ReadableStreamController.purs
@@ -1,7 +1,7 @@
1
module Web.Streams.ReadableStreamController where
2
3
import Effect (Effect)
4
-import Error (Error)
+import Effect.Exception (Error)
5
import Prelude (Unit)
6
7
foreign import data ReadableStreamController :: Type -> Type
0 commit comments