angular-cn/packages/service-worker/worker/testing
Alex Rickabaugh 3bcf0cf472 fix(service-worker): PushEvent.data has to be decoded (#19764)
PushEvent.data is not the data object itself, but an instance representing
the data in wire format, with methods to synchronously decode it to JSON,
ArrayBuffer, etc. NGSW assumes all push data is in JSON format.

PR Close #19764
2017-10-18 11:18:34 -07:00
..
cache.ts fix(service-worker): freshness strategy should clone response for cache (#19764) 2017-10-18 11:18:34 -07:00
fetch.ts fix(service-worker): freshness strategy should clone response for cache (#19764) 2017-10-18 11:18:34 -07:00
mock.ts fix(service-worker): several misc fixes for corner cases 2017-10-05 13:27:31 -07:00
scope.ts fix(service-worker): PushEvent.data has to be decoded (#19764) 2017-10-18 11:18:34 -07:00