@spotify/web-api-ts-sdk
Version:
A typescript SDK for the Spotify Web API
11 lines • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class DocumentLocationRedirectionStrategy {
async redirect(targetUrl) {
document.location = targetUrl.toString();
}
async onReturnFromRedirect() {
}
}
exports.default = DocumentLocationRedirectionStrategy;
//# sourceMappingURL=DocumentLocationRedirectionStrategy.js.map