You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@lwc/engine-core/README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,10 +132,6 @@ Not intended for external use. This experimental API enables the addition of con
132
132
133
133
If `setTrustedContextSet` is called more than once, it will throw an error. If it is never called, then context will not be connected.
134
134
135
-
### addTrustedContext()
136
-
137
-
Not intended for external use. This experimental API adds trusted context that will be bound to an associated component lifecycle via `ContextBinding` for provision/consumption. The [ENABLE_EXPERIMENTAL_SIGNALS](https://github.com/salesforce/lwc/blob/master/packages/%40lwc/features/README.md#lwcfeatures) feature must be enabled.
138
-
139
135
### ContextBinding
140
136
141
137
The context object's `connectContext` and `disconnectContext` methods are called with this object when contextful components are connected and disconnected. The ContextBinding exposes `provideContext` and `consumeContext`,
Copy file name to clipboardExpand all lines: packages/lwc/README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,10 +98,6 @@ Not intended for external use. This experimental API enables the addition of con
98
98
99
99
If `setTrustedContextSet` is called more than once, it will throw an error. If it is never called, then context will not be connected.
100
100
101
-
### addTrustedContext()
102
-
103
-
Not intended for external use. This experimental API adds trusted context that will be bound to an associated component lifecycle via `ContextBinding` for provision/consumption. The [ENABLE_EXPERIMENTAL_SIGNALS](https://github.com/salesforce/lwc/blob/master/packages/%40lwc/features/README.md#lwcfeatures) feature must be enabled.
104
-
105
101
### ContextBinding
106
102
107
103
The context object's `connectContext` and `disconnectContext` methods are called with this object when contextful components are connected and disconnected. The ContextBinding exposes `provideContext` and `consumeContext`,
0 commit comments