AM
в статье ни слова про реальный Cancellation token, а только сплошные костыли :)
Size: a a a
AM
AM

F
Вキ
АО
AM
👀Ш

AM
С
Вキ
RouteReuseStrategy?DetachedRouteHandle, и, как я понимаю, теряя на него ссылку GC должен собрать все остальноеngOnDestroy() и прочегоMF
АО
Safari has window.AbortController defined in the DOM but it's just a stub, it does not abort requests at all. The same issue also affects Chrome on IOS and Firefox on IOS because they use the same WebKit rendering engine as Safari.
Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.
AM
Safari has window.AbortController defined in the DOM but it's just a stub, it does not abort requests at all. The same issue also affects Chrome on IOS and Firefox on IOS because they use the same WebKit rendering engine as Safari.
Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.
АО
АО
const a = await doPromise.retry().cancelOn(signal)
Вキ
MF
export class DefaultRouteReuseStrategy implements RouteReuseStrategy {
shouldDetach(route: ActivatedRouteSnapshot): boolean { return false; }
// ...
}Вキ
export class DefaultRouteReuseStrategy implements RouteReuseStrategy {
shouldDetach(route: ActivatedRouteSnapshot): boolean { return false; }
// ...
}Вキ
d
Date - в config указываю mode: 'single' - хотя в доке этот параметр указан как дефолтный. Также в доке есть передаваемая в конфиг ф-я parseDate - но вот как им пользоваться я как то не въехал - гугл ничего полезного не выдает или я не так ищу - посмотрите кто сможет. Заранее спасибо