Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from cptbtptpbcptdtptp/fix/loadImg
Browse files Browse the repository at this point in the history
feat: add revokeObjectURL
  • Loading branch information
cptbtptpbcptdtptp authored Sep 26, 2024
2 parents 64ea699 + 0bc799c commit 9503f6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-miniprogram-adapter",
"version": "0.0.15",
"version": "0.0.16",
"description": "adapter of miniprogram",
"packageManager": "[email protected]",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions src/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export class URL {
return prefix + base64;
}

static revokeObjectURL(url: string) {
// Do nothing
}

public href: string;

// todo: 完善URL对象
Expand Down

0 comments on commit 9503f6e

Please sign in to comment.