File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26181,7 +26181,7 @@ URL[JC] var protocol: String
2618126181URL[JC] var search: String
2618226182URL[JC] var searchParams: URLSearchParams
2618326183URL[JC] var username: String
26184- URL[JO] def createObjectURL(obj : Blob): String
26184+ URL[JO] def createObjectURL(blob : Blob): String
2618526185URL[JO] def createObjectURL(src: MediaSource): String
2618626186URL[JO] def revokeObjectURL(url: String): Unit
2618726187URLSearchParams[JC] def append(name: String, value: String): Unit
Original file line number Diff line number Diff line change @@ -26181,7 +26181,7 @@ URL[JC] var protocol: String
2618126181URL[JC] var search: String
2618226182URL[JC] var searchParams: URLSearchParams
2618326183URL[JC] var username: String
26184- URL[JO] def createObjectURL(obj : Blob): String
26184+ URL[JO] def createObjectURL(blob : Blob): String
2618526185URL[JO] def createObjectURL(src: MediaSource): String
2618626186URL[JO] def revokeObjectURL(url: String): Unit
2618726187URLSearchParams[JC] def append(name: String, value: String): Unit
You can’t perform that action at this time.
0 commit comments