File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
* When the keep alive manager runs into a timeout, it will finish the transport instead of closing
6
6
the connection, as defined in the gRPC spec.
7
7
* Upgrade to ` package:lints ` version 5.0.0 and Dart SDK version 3.5.0.
8
+ * Update xhr transport to migrate off legacy JS/HTML apis.
8
9
9
10
## 4.0.1
10
11
Original file line number Diff line number Diff line change 13
13
// See the License for the specific language governing permissions and
14
14
// limitations under the License.
15
15
16
- import 'src/client/grpc_or_grpcweb_channel_web .dart'
17
- if (dart.library.io ) 'src/client/grpc_or_grpcweb_channel_grpc .dart' ;
16
+ import 'src/client/grpc_or_grpcweb_channel_grpc .dart'
17
+ if (dart.library.js_interop ) 'src/client/grpc_or_grpcweb_channel_web .dart' ;
18
18
import 'src/client/http2_channel.dart' ;
19
19
import 'src/client/options.dart' ;
20
20
You can’t perform that action at this time.
0 commit comments