UNPKG
sweetpea
Version:
latest (1.1.2)
1.1.2
1.1.1
1.0.4
1.0.3
1.0.1
1.0.0
Signal and Web Component Enhanced Web Apps
github.com/catpea/sweetpea
catpea/sweetpea
sweetpea
/
src
/
plug-ins
/
water-closet
/
data-context
/
DataContext.js
10 lines
(7 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
Inheritance
=>
class
DataContext
extends
Inheritance
{ context = {};
removeSubscription
(
){
this
.
subscriptions
.
map
(
x
=>
x.
subscription
())
return
this
; } }