Skip to content

Commit

Permalink
Merge pull request #40 from relaycorp/expose-subtle-providers
Browse files Browse the repository at this point in the history
Make SubtleCrypto.providers public
  • Loading branch information
microshine authored Nov 24, 2021
2 parents 656746c + 54c9f41 commit 0ba03ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subtle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class SubtleCrypto {
: false;
}

protected providers = new ProviderStorage();
public providers = new ProviderStorage();

// @internal
public get[Symbol.toStringTag]() {
Expand Down

0 comments on commit 0ba03ef

Please sign in to comment.