UNPKG

@spotify/web-api-ts-sdk

Version:
8 lines 253 B
export default class DocumentLocationRedirectionStrategy { async redirect(targetUrl) { document.location = targetUrl.toString(); } async onReturnFromRedirect() { } } //# sourceMappingURL=DocumentLocationRedirectionStrategy.js.map