We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7e0b5f + 2cedebe commit 9154bf4Copy full SHA for 9154bf4
features/default-async-observers.js
@@ -0,0 +1,9 @@
1
+/* eslint-disable no-console */
2
+'use strict';
3
+
4
+module.exports = {
5
+ description: 'Makes all observers asynchronous (unless manually indicated as synchronous when calling addObserver/observes).',
6
+ url: 'https://github.com/emberjs/rfcs/pull/494',
7
+ default: false,
8
+ since: '3.13.0'
9
+};
0 commit comments