-
_This issue was originally filed by @tomyeh_
---
Currently, the multiplier (operator*) is supported, but sometimes it is more convenient if there is a divider.
For example,
pt * …
-
in created_callback_test.dart, this test has incorrect checks and had to be disabled.
blois updated
3 years ago
-
html/audiobuffersourcenode_test/supported just timed out.
http://build.chromium.org/p/client.dart/builders/dart2js-safari-mac10.7-2-3/builds/5598/steps/dart2js%20tests%20failures/logs/stdio
Since th…
-
The current implementation of _DOMStringMap computes the keys and values eagerly. It should compute them lazily.
The behavior is undefined if the map is changed during iteration, but only when an &quo…
-
Hi!
in CMake, after including a project with find_package(easy_profiler REQUIRED), one would typically do something like include_directories(${EASY_PROFILER_INCLUDE_DIRS}). The variable EASY_PROFILER…
-
The html library generates some files for dart2js. These files should be read-only.
-
In indexeddb_3_test at
db.deleteObjectStore(STORE_NAME);
FireFox 15 throws DOMException
Chrome throws IDBDatabaseException
neither of these implement the standard library Exception…
-
_This issue was originally filed by googlegroups...@kaioa.com_
---
import 'dart:html';
void main() {
print(document.onClick.runtimeType);
// _EventStream
pr…
-
_This issue was originally filed by [amouravski@google.com](https://github.com/search?q=amouravski%40google.com&type=Users)_
---
I can't quite figure out why LocationBase has a setter and not a gett…
-
It is unclear from the documentation:
http://api.dartlang.org/docs/releases/latest/dart_html/HttpRequest.html#send
what I can pass to HttpRequest.send as data and how different types are handled.
I…