MCPcopy
hub / github.com/angular/angular / decodeBase64

Method decodeBase64

packages/service-worker/src/push.ts:295–297  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

293 }
294
295 private decodeBase64(input: string): string {
296 return atob(input);
297 }
298}

Callers 1

requestSubscriptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected