Chromium Code Reviews| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
| index 1d3f4d5c13a61e502bfe9b06435a2d5fbd000252..377dd967f7049d375244d4ccd470079b1c7081cb 100644 |
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
| @@ -47,6 +47,9 @@ |
| // https://developer.chrome.com/devtools/docs/console-api |
| [Replaceable] readonly attribute WorkerConsole console; |
| + // https://mikewest.github.io/cors-rfc1918/#feature-detect |
|
philipj_slow
2016/03/04 04:35:08
"CORS and RFC1918" title line here too
Mike West
2016/03/04 08:58:21
Done.
|
| + [RuntimeEnabled=CorsRFC1918, ImplementedAs=addressSpaceAsString] readonly attribute AddressSpace addressSpace; |
| + |
| // Unhandled Promise Rejection Events |
| // https://github.com/domenic/unhandled-rejections-browser-spec |
| [RuntimeEnabled=PromiseRejectionEvent] attribute EventHandler onrejectionhandled; |