feat: bump electron (#14158)
This commit is contained in:
@@ -352,7 +352,8 @@ export class CloudBlobStorage extends BlobStorageBase {
|
||||
: undefined;
|
||||
|
||||
try {
|
||||
return await globalThis.fetch(input, {
|
||||
const resolvedUrl = new URL(input, this.options.serverBaseUrl).toString();
|
||||
return await globalThis.fetch(resolvedUrl, {
|
||||
...init,
|
||||
signal: abortController.signal,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user