File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55* When the keep alive manager runs into a timeout, it will finish the transport instead of closing
66 the connection, as defined in the gRPC spec.
77* 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.
89
910## 4.0.1
1011
Original file line number Diff line number Diff line change 1313// See the License for the specific language governing permissions and
1414// limitations under the License.
1515
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' ;
1818import 'src/client/http2_channel.dart' ;
1919import 'src/client/options.dart' ;
2020
You can’t perform that action at this time.
0 commit comments