From 7c40acb79b58a14d34945ec31b5b29f70bf075af Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 6 Jun 2017 10:13:04 -0400 Subject: [PATCH] Tweak .workerType reflection 9c7da4998f005c1799b04f452cb6c4a618f2d42e removed the idea of using enumerations in the IDL to case-sensitively reflect properties, but forgot to switch 's workerType attribute to DOMString. This fixes that. Additionally, this introduces the invalid state as the invalid value default, so that service workers' processing model can ignore invalid values instead of treating them as classic scripts (similar to