Closed Ehesp closed 1 year ago
Dart to JS checks for a self.location.href value to assert whether Uri.base is supported. We patch it in here since it is supported, but not available on v8 runtime.
self.location.href
Dart to JS checks for a
self.location.href
value to assert whether Uri.base is supported. We patch it in here since it is supported, but not available on v8 runtime.