blob: 1db313dca8b04f67137e1dd7bc5eb6ba4bfbae3e [file] [log] [blame]
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of html;
class Platform {
static final supportsTypedData = true;
}