All changes
This commit is contained in:
parent
593f380581
commit
49f7ec2f5a
60 changed files with 1783 additions and 679 deletions
|
|
@ -50,6 +50,10 @@ export class ScreenshotCache {
|
|||
normalized.tab = params.get('tab')!;
|
||||
}
|
||||
|
||||
if (params.get('path')) {
|
||||
normalized.path = params.get('path')!;
|
||||
}
|
||||
|
||||
const input = JSON.stringify(normalized);
|
||||
const hash = createHash('sha256').update(input).digest('hex').substring(0, 16);
|
||||
return hash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue