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.
Calling URL.createObjectURL() is not possible as URL is only a trait. It should be exposed as a global object for easy access to its static methods.
URL.createObjectURL()
URL
Workaround is to implement the object in your own code as
@js.native object URL extends dom.URL