We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f822d2 commit 0e520f6Copy full SHA for 0e520f6
dom/src/main/scala/org/scalajs/dom/URL.scala
@@ -18,7 +18,7 @@ object URL extends js.Object {
18
* parameter. The URL lifetime is tied to the document in the window on which it was created. The new object URL
19
* represents the specified File, Blob or MediaSource object.
20
*/
21
- def createObjectURL(obj: Blob): String = js.native
+ def createObjectURL(blob: Blob): String = js.native
22
23
def createObjectURL(src: MediaSource): String = js.native
24
0 commit comments