Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Side by Side Diff: third_party/WebKit/Source/core/css/cssom/CSSResourceValue.idl

Issue 2190543004: [Typed-OM] Add CSSResourceValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to global interface listing Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 enum CSSResourceState {
2 "unloaded", "loading", "loaded", "error"
3 };
4
5 [
6 Exposed=(Window,PaintWorklet),
7 RuntimeEnabled=CSSTypedOM,
8 ] interface CSSResourceValue : CSSStyleValue {
9 readonly attribute CSSResourceState state;
10 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698